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