Home
last modified time | relevance | path

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

/linux/net/ipv4/
H A Dnexthop.c541 INIT_LIST_HEAD(&nh->grp_list); in nexthop_alloc()
2081 list_add(&new_nhges[j].nh_list, &new_nhges[j].nh->grp_list); in remove_nh_grp_entry()
2123 if (list_empty(&nh->grp_list)) in remove_nexthop_from_groups()
2126 list_for_each_entry_safe(nhge, tmp, &nh->grp_list, nh_list) in remove_nexthop_from_groups()
2462 if (!list_empty(&old->grp_list) && in replace_nexthop_single()
2494 list_for_each_entry(nhge, &old->grp_list, nh_list) { in replace_nexthop_single()
2507 list_for_each_entry(nhge, &old->grp_list, nh_list) { in replace_nexthop_single()
2525 list_for_each_entry_continue_reverse(nhge, &old->grp_list, nh_list) { in replace_nexthop_single()
2572 list_for_each_entry(nhge, &nh->grp_list, nh_list) in nexthop_replace_notify()
2601 list_for_each_entry(nhge, &old->grp_list, nh_list) { in replace_nexthop()
[all …]
/linux/include/net/
H A Dnexthop.h149 struct list_head grp_list; /* nh group entries using this nh */ member