Home
last modified time | relevance | path

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

/Linux-v5.15/net/ipv4/
Dnexthop.c184 if (nhg->hash_threshold) in nh_notifier_grp_info_init()
196 if (nhg->hash_threshold) in nh_notifier_grp_info_fini()
664 if (nhg->hash_threshold) in nla_put_nh_group()
995 if (nhg->hash_threshold) { in valid_group_nh()
1215 if (nhg->hash_threshold) in nexthop_select_path()
1755 newg->hash_threshold = nhg->hash_threshold; in remove_nh_grp_entry()
1784 if (newg->hash_threshold) in remove_nh_grp_entry()
1797 if (newg->hash_threshold) { in remove_nh_grp_entry()
1931 if (newg->hash_threshold != oldg->hash_threshold) { in replace_nexthop_grp()
1936 if (newg->hash_threshold) { in replace_nexthop_grp()
[all …]
/Linux-v5.15/include/net/
Dnexthop.h123 bool hash_threshold; member