Home
last modified time | relevance | path

Searched refs:fib_nh_upper_bound (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/include/net/
H A Dip_fib.h122 #define fib_nh_upper_bound nh_common.nhc_upper_bound macro
/kernel/linux/linux-6.6/include/net/
H A Dip_fib.h125 #define fib_nh_upper_bound nh_common.nhc_upper_bound macro
/kernel/linux/linux-5.10/net/ipv4/
H A Dfib_semantics.c836 atomic_set(&nexthop_nh->fib_nh_upper_bound, upper_bound); in fib_rebalance()
2258 if (hash > atomic_read(&nexthop_nh->fib_nh_upper_bound)) in fib_select_multipath()
/kernel/linux/linux-6.6/net/ipv4/
H A Dfib_semantics.c837 atomic_set(&nexthop_nh->fib_nh_upper_bound, upper_bound); in fib_rebalance()
2243 if (hash > atomic_read(&nexthop_nh->fib_nh_upper_bound)) in fib_select_multipath()
/kernel/linux/linux-5.10/net/ipv6/
H A Droute.c437 if (fl6->mp_hash <= atomic_read(&match->fib6_nh->fib_nh_upper_bound)) in fib6_select_path()
445 nh_upper_bound = atomic_read(&nh->fib_nh_upper_bound); in fib6_select_path()
4626 atomic_set(&rt->fib6_nh->fib_nh_upper_bound, upper_bound); in rt6_upper_bound_set()
/kernel/linux/linux-6.6/net/ipv6/
H A Droute.c441 if (fl6->mp_hash <= atomic_read(&match->fib6_nh->fib_nh_upper_bound)) in fib6_select_path()
449 nh_upper_bound = atomic_read(&nh->fib_nh_upper_bound); in fib6_select_path()
4713 atomic_set(&rt->fib6_nh->fib_nh_upper_bound, upper_bound); in rt6_upper_bound_set()

Completed in 24 milliseconds