Home
last modified time | relevance | path

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

/linux-6.15/include/net/
H A Dflow.h152 __u32 mp_hash; member
/linux-6.15/net/ipv6/
H A Dicmp.c582 fl6.mp_hash = rt6_multipath_hash(net, &fl6, skb, NULL); in icmp6_send()
H A Droute.c459 if (!fl6->mp_hash && in fib6_select_path()
461 fl6->mp_hash = rt6_multipath_hash(net, fl6, skb, NULL); in fib6_select_path()
464 nexthop_path_fib6_result(res, fl6->mp_hash); in fib6_select_path()
472 hash = fl6->mp_hash; in fib6_select_path()
2629 fl6.mp_hash = rt6_multipath_hash(net, &fl6, skb, flkeys); in ip6_route_input()
/linux-6.15/fs/
H A Dnamespace.c269 static inline struct hlist_head *mp_hash(struct dentry *dentry) in mp_hash() function
915 struct hlist_head *chain = mp_hash(dentry); in lookup_mountpoint()
966 hlist_add_head(&new->m_hash, mp_hash(dentry)); in get_mountpoint()
/linux-6.15/net/core/
H A Dfilter.c6154 fl6.mp_hash = 0; in bpf_ipv6_fib_lookup()