Home
last modified time | relevance | path

Searched refs:grp_list (Results 1 – 2 of 2) sorted by relevance

/linux/net/ipv4/
H A Dnexthop.c540 INIT_LIST_HEAD(&nh->grp_list); in nexthop_alloc()
2069 list_add(&new_nhges[j].nh_list, &new_nhges[j].nh->grp_list); in remove_nh_grp_entry()
2107 if (list_empty(&nh->grp_list)) in remove_nexthop_from_groups()
2110 list_for_each_entry_safe(nhge, tmp, &nh->grp_list, nh_list) in remove_nexthop_from_groups()
2428 if (!list_empty(&old->grp_list) && in replace_nexthop_single()
2460 list_for_each_entry(nhge, &old->grp_list, nh_list) { in replace_nexthop_single()
2473 list_for_each_entry(nhge, &old->grp_list, nh_list) { in replace_nexthop_single()
2491 list_for_each_entry_continue_reverse(nhge, &old->grp_list, nh_list) { in replace_nexthop_single()
2536 list_for_each_entry(nhge, &nh->grp_list, nh_list) in nexthop_replace_notify()
2565 list_for_each_entry(nhge, &old->grp_list, nh_list) { in replace_nexthop()
[all …]
/linux/include/net/
H A Dnexthop.h147 struct list_head grp_list; /* nh group entries using this nh */ member