Home
last modified time | relevance | path

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

/linux/net/ipv4/
H A Dfib_semantics.c2183 int nh_upper_bound, nh_score = 0; in fib_select_multipath() local
2188 nh_upper_bound = atomic_read(&nexthop_nh->fib_nh_upper_bound); in fib_select_multipath()
2189 if (nh_upper_bound == -1 || in fib_select_multipath()
2195 if (hash <= nh_upper_bound) in fib_select_multipath()
/linux/net/ipv6/
H A Droute.c482 int nh_upper_bound; in fib6_select_path() local
484 nh_upper_bound = atomic_read(&nh->fib_nh_upper_bound); in fib6_select_path()
485 if (hash > nh_upper_bound) in fib6_select_path()