Home
last modified time | relevance | path

Searched refs:nh_upper_bound (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/include/net/
Dip6_fib.h132 atomic_t nh_upper_bound; member
Dip_fib.h87 atomic_t nh_upper_bound; member
/Linux-v4.19/net/ipv4/
Dfib_semantics.c601 atomic_set(&nexthop_nh->nh_upper_bound, upper_bound); in fib_rebalance()
1771 if (hash > atomic_read(&nh->nh_upper_bound)) in fib_select_multipath()
/Linux-v4.19/net/ipv6/
Droute.c445 if (fl6->mp_hash <= atomic_read(&match->fib6_nh.nh_upper_bound)) in fib6_multipath_select()
450 int nh_upper_bound; in fib6_multipath_select() local
452 nh_upper_bound = atomic_read(&sibling->fib6_nh.nh_upper_bound); in fib6_multipath_select()
453 if (fl6->mp_hash > nh_upper_bound) in fib6_multipath_select()
3910 atomic_set(&rt->fib6_nh.nh_upper_bound, upper_bound); in rt6_upper_bound_set()