Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/mpls/
H A Daf_mpls.c237 int nh_index = 0; in mpls_select_multipath() local
252 nh_index = hash % alive; in mpls_select_multipath()
260 if (n == nh_index) in mpls_select_multipath()
266 return mpls_get_nexthop(rt, nh_index); in mpls_select_multipath()
/kernel/linux/linux-6.6/net/mpls/
H A Daf_mpls.c238 int nh_index = 0; in mpls_select_multipath() local
253 nh_index = hash % alive; in mpls_select_multipath()
261 if (n == nh_index) in mpls_select_multipath()
267 return mpls_get_nexthop(rt, nh_index); in mpls_select_multipath()

Completed in 7 milliseconds