Home
last modified time | relevance | path

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

/linux-6.15/net/ipv4/
H A Dnexthop.c199 if (nhg->hash_threshold) in nh_notifier_grp_info_init()
211 if (nhg->hash_threshold) in nh_notifier_grp_info_fini()
880 if (nhg->hash_threshold) in nla_put_nh_group()
1223 if (nhg->hash_threshold) { in valid_group_nh()
1489 if (nhg->hash_threshold) in nexthop_select_path()
2030 newg->hash_threshold = nhg->hash_threshold; in remove_nh_grp_entry()
2060 if (newg->hash_threshold) in remove_nh_grp_entry()
2226 if (newg->hash_threshold != oldg->hash_threshold) { in replace_nexthop_grp()
2364 if (nhg->hash_threshold) { in replace_nexthop_single_notify()
2745 nhg->hash_threshold = 1; in nexthop_create_group()
[all …]
/linux-6.15/include/net/
H A Dnexthop.h132 bool hash_threshold; member