fs/namespace.c
860
struct hlist_head *chain = mp_hash(dentry);
fs/namespace.c
910
hlist_add_head(&mp->m_hash, mp_hash(dentry));
include/net/flow.h
154
__u32 mp_hash;
net/core/filter.c
6275
fl6.mp_hash = 0;
net/ipv6/icmp.c
771
fl6.mp_hash = rt6_multipath_hash(net, &fl6, skb, NULL);
net/ipv6/route.c
2653
fl6.mp_hash = rt6_multipath_hash(net, &fl6, skb, flkeys);
net/ipv6/route.c
458
if (!fl6->mp_hash &&
net/ipv6/route.c
460
fl6->mp_hash = rt6_multipath_hash(net, fl6, skb, NULL);
net/ipv6/route.c
463
nexthop_path_fib6_result(res, fl6->mp_hash);
net/ipv6/route.c
471
hash = fl6->mp_hash;