Searched refs:rt6_multipath_hash (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.1/include/net/ |
D | ip6_route.h | 154 u32 rt6_multipath_hash(const struct net *net, const struct flowi6 *fl6,
|
/Linux-v6.1/net/ipv6/ |
D | icmp.c | 568 fl6.mp_hash = rt6_multipath_hash(net, &fl6, skb, NULL); in icmp6_send()
|
D | route.c | 433 fl6->mp_hash = rt6_multipath_hash(net, fl6, skb, NULL); in fib6_select_path() 2456 u32 rt6_multipath_hash(const struct net *net, const struct flowi6 *fl6, in rt6_multipath_hash() function 2581 fl6.mp_hash = rt6_multipath_hash(net, &fl6, skb, flkeys); in ip6_route_input()
|