Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/ipv6/
H A Droute.c443 int nh_upper_bound; in fib6_select_path() local
445 nh_upper_bound = atomic_read(&nh->fib_nh_upper_bound); in fib6_select_path()
446 if (fl6->mp_hash > nh_upper_bound) in fib6_select_path()
/kernel/linux/linux-6.6/net/ipv6/
H A Droute.c447 int nh_upper_bound; in fib6_select_path() local
449 nh_upper_bound = atomic_read(&nh->fib_nh_upper_bound); in fib6_select_path()
450 if (fl6->mp_hash > nh_upper_bound) in fib6_select_path()

Completed in 16 milliseconds