Searched refs:mp_hash (Results 1 – 5 of 5) sorted by relevance
/linux-6.3-rc2/include/net/ |
A D | flow.h | 152 __u32 mp_hash; member
|
/linux-6.3-rc2/net/ipv6/ |
A D | route.c | 431 if (!fl6->mp_hash && in fib6_select_path() 433 fl6->mp_hash = rt6_multipath_hash(net, fl6, skb, NULL); in fib6_select_path() 436 nexthop_path_fib6_result(res, fl6->mp_hash); in fib6_select_path() 440 if (fl6->mp_hash <= atomic_read(&match->fib6_nh->fib_nh_upper_bound)) in fib6_select_path() 449 if (fl6->mp_hash > nh_upper_bound) in fib6_select_path() 2581 fl6.mp_hash = rt6_multipath_hash(net, &fl6, skb, flkeys); in ip6_route_input()
|
A D | icmp.c | 569 fl6.mp_hash = rt6_multipath_hash(net, &fl6, skb, NULL); in icmp6_send()
|
/linux-6.3-rc2/fs/ |
A D | namespace.c | 120 static inline struct hlist_head *mp_hash(struct dentry *dentry) in mp_hash() function 761 struct hlist_head *chain = mp_hash(dentry); in lookup_mountpoint() 812 hlist_add_head(&new->m_hash, mp_hash(dentry)); in get_mountpoint()
|
/linux-6.3-rc2/net/core/ |
A D | filter.c | 5901 fl6.mp_hash = 0; in bpf_ipv6_fib_lookup()
|
Completed in 45 milliseconds