Home
last modified time | relevance | path

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

/Linux-v4.19/include/net/
Dflow.h153 __u32 mp_hash; member
/Linux-v4.19/fs/
Dnamespace.c92 static inline struct hlist_head *mp_hash(struct dentry *dentry) in mp_hash() function
693 struct hlist_head *chain = mp_hash(dentry); in lookup_mountpoint()
744 hlist_add_head(&new->m_hash, mp_hash(dentry)); in get_mountpoint()
/Linux-v4.19/net/ipv6/
Droute.c442 if (!fl6->mp_hash) in fib6_multipath_select()
443 fl6->mp_hash = rt6_multipath_hash(net, fl6, skb, NULL); in fib6_multipath_select()
445 if (fl6->mp_hash <= atomic_read(&match->fib6_nh.nh_upper_bound)) in fib6_multipath_select()
453 if (fl6->mp_hash > nh_upper_bound) in fib6_multipath_select()
2086 fl6.mp_hash = rt6_multipath_hash(net, &fl6, skb, flkeys); in ip6_route_input()
Dicmp.c525 fl6.mp_hash = rt6_multipath_hash(net, &fl6, skb, NULL); in icmp6_send()
/Linux-v4.19/net/core/
Dfilter.c4381 fl6.mp_hash = 0; in bpf_ipv6_fib_lookup()