Searched refs:grp_list (Results 1 – 2 of 2) sorted by relevance
/linux/net/ipv4/ |
H A D | nexthop.c | 542 INIT_LIST_HEAD(&nh->grp_list); in nexthop_alloc() 2043 list_add(&new_nhges[j].nh_list, &new_nhges[j].nh->grp_list); in remove_nh_grp_entry() 2077 list_for_each_entry_safe(nhge, tmp, &nh->grp_list, nh_list) in remove_nexthop_from_groups() 2403 list_for_each_entry(nhge, &old->grp_list, nh_list) { in replace_nexthop_single() 2416 list_for_each_entry(nhge, &old->grp_list, nh_list) { in replace_nexthop_single() 2434 list_for_each_entry_continue_reverse(nhge, &old->grp_list, nh_list) { in replace_nexthop_single() 2479 list_for_each_entry(nhge, &nh->grp_list, nh_list) in nexthop_replace_notify() 2508 list_for_each_entry(nhge, &old->grp_list, nh_list) { in replace_nexthop() 2730 list_add(&nhg->nh_entries[i].nh_list, &nhe->grp_list); in nexthop_create_group()
|
/linux/include/net/ |
H A D | nexthop.h | 147 struct list_head grp_list; /* nh group entries using this nh */ member
|