Lines Matching defs:gtnp
593 struct gtable *gt,**gtnp,*prev_gt;
612 gtnp = &kernel_no_route;
614 gtnp = &r->rt_groups;
615 while ((gt = *gtnp) != NULL) {
618 gtnp = >->gt_next;
666 gt->gt_next = *gtnp;
667 *gtnp = gt;
1549 struct gtable *gt, **gtnp;
1583 gtnp = &kernel_no_route;
1584 while ((gt = *gtnp) != NULL) {
1600 *gtnp = gt->gt_next;
1605 gtnp = >->gt_next;