Home
last modified time | relevance | path

Searched refs:mp_hash (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/include/net/
H A Dflow.h151 __u32 mp_hash; member
/kernel/linux/linux-6.6/include/net/
H A Dflow.h151 __u32 mp_hash; member
/kernel/linux/linux-5.10/fs/
H A Dnamespace.c98 static inline struct hlist_head *mp_hash(struct dentry *dentry) in mp_hash() function
705 struct hlist_head *chain = mp_hash(dentry); in lookup_mountpoint()
756 hlist_add_head(&new->m_hash, mp_hash(dentry)); in get_mountpoint()
/kernel/linux/linux-6.6/fs/
H A Dnamespace.c120 static inline struct hlist_head *mp_hash(struct dentry *dentry) in mp_hash() function
784 struct hlist_head *chain = mp_hash(dentry); in lookup_mountpoint()
835 hlist_add_head(&new->m_hash, mp_hash(dentry)); in get_mountpoint()
/kernel/linux/linux-5.10/net/ipv6/
H A Droute.c428 if (!fl6->mp_hash && in fib6_select_path()
430 fl6->mp_hash = rt6_multipath_hash(net, fl6, skb, NULL); in fib6_select_path()
433 nexthop_path_fib6_result(res, fl6->mp_hash); in fib6_select_path()
437 if (fl6->mp_hash <= atomic_read(&match->fib6_nh->fib_nh_upper_bound)) in fib6_select_path()
446 if (fl6->mp_hash > nh_upper_bound) in fib6_select_path()
2463 fl6.mp_hash = rt6_multipath_hash(net, &fl6, skb, flkeys); in ip6_route_input()
H A Dicmp.c578 fl6.mp_hash = rt6_multipath_hash(net, &fl6, skb, NULL); in icmp6_send()
/kernel/linux/linux-6.6/net/ipv6/
H A Droute.c432 if (!fl6->mp_hash && in fib6_select_path()
434 fl6->mp_hash = rt6_multipath_hash(net, fl6, skb, NULL); in fib6_select_path()
437 nexthop_path_fib6_result(res, fl6->mp_hash); in fib6_select_path()
441 if (fl6->mp_hash <= atomic_read(&match->fib6_nh->fib_nh_upper_bound)) in fib6_select_path()
450 if (fl6->mp_hash > nh_upper_bound) in fib6_select_path()
2582 fl6.mp_hash = rt6_multipath_hash(net, &fl6, skb, flkeys); in ip6_route_input()
H A Dicmp.c573 fl6.mp_hash = rt6_multipath_hash(net, &fl6, skb, NULL); in icmp6_send()
/kernel/linux/linux-5.10/net/core/
H A Dfilter.c5532 fl6.mp_hash = 0; in bpf_ipv6_fib_lookup()
/kernel/linux/linux-6.6/net/core/
H A Dfilter.c5979 fl6.mp_hash = 0; in bpf_ipv6_fib_lookup()

Completed in 54 milliseconds