Searched refs:grp_list (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.1/net/ipv4/ |
D | nexthop.c | 526 INIT_LIST_HEAD(&nh->grp_list); in nexthop_alloc() 1781 list_add(&new_nhges[j].nh_list, &new_nhges[j].nh->grp_list); in remove_nh_grp_entry() 1814 list_for_each_entry_safe(nhge, tmp, &nh->grp_list, nh_list) in remove_nexthop_from_groups() 2140 list_for_each_entry(nhge, &old->grp_list, nh_list) { in replace_nexthop_single() 2153 list_for_each_entry(nhge, &old->grp_list, nh_list) { in replace_nexthop_single() 2171 list_for_each_entry_continue_reverse(nhge, &old->grp_list, nh_list) { in replace_nexthop_single() 2216 list_for_each_entry(nhge, &nh->grp_list, nh_list) in nexthop_replace_notify() 2245 list_for_each_entry(nhge, &old->grp_list, nh_list) { in replace_nexthop() 2459 list_add(&nhg->nh_entries[i].nh_list, &nhe->grp_list); in nexthop_create_group()
|
/Linux-v6.1/include/net/ |
D | nexthop.h | 137 struct list_head grp_list; /* nh group entries using this nh */ member
|