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

/linux-master/include/net/
H A Dflow.h151 __u32 mp_hash; member in struct:flowi6
/linux-master/net/ipv6/
H A Dicmp.c573 fl6.mp_hash = rt6_multipath_hash(net, &fl6, skb, NULL);
H A Droute.c432 if (!fl6->mp_hash &&
434 fl6->mp_hash = rt6_multipath_hash(net, fl6, skb, NULL);
437 nexthop_path_fib6_result(res, fl6->mp_hash);
441 if (fl6->mp_hash <= atomic_read(&match->fib6_nh->fib_nh_upper_bound))
450 if (fl6->mp_hash > nh_upper_bound)
2592 fl6.mp_hash = rt6_multipath_hash(net, &fl6, skb, flkeys);
/linux-master/fs/
H A Dnamespace.c124 static inline struct hlist_head *mp_hash(struct dentry *dentry) function
772 struct hlist_head *chain = mp_hash(dentry);
823 hlist_add_head(&new->m_hash, mp_hash(dentry));
/linux-master/net/core/
H A Dfilter.c6027 fl6.mp_hash = 0;

Completed in 647 milliseconds