Searched refs:rt_groups (Results 1 – 3 of 3) sorted by relevance
43 struct gtable *rt_groups; /* link to active groups */ member
395 gtnp = &r->rt_groups; in add_table_entry()621 g = r->rt_groups; in del_table_entry()665 r->rt_groups = NULL; in del_table_entry()672 prev_g = (struct gtable *)&r->rt_groups; in del_table_entry()673 for (g = r->rt_groups; g; g = g->gt_next) { in del_table_entry()708 if (prev_g != (struct gtable *)&r->rt_groups) in del_table_entry()738 for (g = r->rt_groups; g; g = g->gt_next) { in update_table_entry()1276 g = r->rt_groups; in free_all_prunes()1296 r->rt_groups = NULL; in free_all_prunes()1332 for (gt = rp->rt_groups; gt; gt = gt->gt_next) { in steal_sources()[all …]
301 r->rt_groups = NULL; in create_route()