Searched refs:rt6_multipath_hash (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/include/net/ |
H A D | ip6_route.h | 158 u32 rt6_multipath_hash(const struct net *net, const struct flowi6 *fl6,
|
/openbmc/linux/net/ipv6/ |
H A D | icmp.c | 579 fl6.mp_hash = rt6_multipath_hash(net, &fl6, skb, NULL); in icmp6_send()
|
H A D | route.c | 438 fl6->mp_hash = rt6_multipath_hash(net, fl6, skb, NULL); in fib6_select_path() 2461 u32 rt6_multipath_hash(const struct net *net, const struct flowi6 *fl6, in rt6_multipath_hash() function 2586 fl6.mp_hash = rt6_multipath_hash(net, &fl6, skb, flkeys); in ip6_route_input()
|