Home
last modified time | relevance | path

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

/Linux-v6.6/net/ipv4/
Dnexthop.c526 INIT_LIST_HEAD(&nh->grp_list); in nexthop_alloc()
1804 list_add(&new_nhges[j].nh_list, &new_nhges[j].nh->grp_list); in remove_nh_grp_entry()
1837 list_for_each_entry_safe(nhge, tmp, &nh->grp_list, nh_list) in remove_nexthop_from_groups()
2163 list_for_each_entry(nhge, &old->grp_list, nh_list) { in replace_nexthop_single()
2176 list_for_each_entry(nhge, &old->grp_list, nh_list) { in replace_nexthop_single()
2194 list_for_each_entry_continue_reverse(nhge, &old->grp_list, nh_list) { in replace_nexthop_single()
2239 list_for_each_entry(nhge, &nh->grp_list, nh_list) in nexthop_replace_notify()
2268 list_for_each_entry(nhge, &old->grp_list, nh_list) { in replace_nexthop()
2482 list_add(&nhg->nh_entries[i].nh_list, &nhe->grp_list); in nexthop_create_group()
/Linux-v6.6/include/net/
Dnexthop.h137 struct list_head grp_list; /* nh group entries using this nh */ member