Home
last modified time | relevance | path

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

/linux/include/net/
H A Dflow.h151 __u32 mp_hash; member
/linux/net/ipv6/
H A Droute.c431 if (!fl6->mp_hash && in fib6_select_path()
433 fl6->mp_hash = rt6_multipath_hash(net, fl6, skb, NULL); in fib6_select_path()
436 nexthop_path_fib6_result(res, fl6->mp_hash); in fib6_select_path()
440 if (fl6->mp_hash <= atomic_read(&match->fib6_nh->fib_nh_upper_bound)) in fib6_select_path()
449 if (fl6->mp_hash > nh_upper_bound) in fib6_select_path()
2594 fl6.mp_hash = rt6_multipath_hash(net, &fl6, skb, flkeys); in ip6_route_input()
H A Dicmp.c579 fl6.mp_hash = rt6_multipath_hash(net, &fl6, skb, NULL); in icmp6_send()
/linux/net/core/
H A Dfilter.c6068 fl6.mp_hash = 0; in bpf_ipv6_fib_lookup()