Home
last modified time | relevance | path

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

/Linux-v5.4/net/ipv4/
Dnexthop.c119 + sizeof(struct nh_grp_entry) * num_nh; in nexthop_grp_alloc()
491 struct nh_grp_entry *nhge = &nhg->nh_entries[i]; in nexthop_select_path()
533 struct nh_grp_entry *nhge = &nhg->nh_entries[i]; in nexthop_for_each_fib6_nh()
686 struct nh_grp_entry *nhge = &nhg->nh_entries[i]; in nh_group_rebalance()
695 static void remove_nh_grp_entry(struct nh_grp_entry *nhge, in remove_nh_grp_entry()
700 struct nh_grp_entry *nhges; in remove_nh_grp_entry()
735 struct nh_grp_entry *nhge, *tmp; in remove_nexthop_from_groups()
756 struct nh_grp_entry *nhge = &nhg->nh_entries[i]; in remove_nexthop_group()
924 struct nh_grp_entry *nhge; in nexthop_replace_notify()
936 struct nh_grp_entry *nhge; in replace_nexthop()
/Linux-v5.4/include/net/
Dnexthop.h63 struct nh_grp_entry { struct
76 struct nh_grp_entry nh_entries[0]; argument