Home
last modified time | relevance | path

Searched refs:mhash (Results 1 – 2 of 2) sorted by relevance

/net/ipv4/
Droute.c2011 u32 mhash, mhash_inner; in fib_multipath_custom_hash_skb() local
2014 mhash = fib_multipath_custom_hash_outer(net, skb, &has_inner); in fib_multipath_custom_hash_skb()
2017 return jhash_2words(mhash, mhash_inner, 0); in fib_multipath_custom_hash_skb()
2051 u32 mhash = 0; in fib_multipath_hash() local
2063 mhash = flow_hash_from_keys(&hash_keys); in fib_multipath_hash()
2097 mhash = flow_hash_from_keys(&hash_keys); in fib_multipath_hash()
2128 mhash = flow_hash_from_keys(&hash_keys); in fib_multipath_hash()
2132 mhash = fib_multipath_custom_hash_skb(net, skb); in fib_multipath_hash()
2134 mhash = fib_multipath_custom_hash_fl4(net, fl4); in fib_multipath_hash()
2139 mhash = jhash_2words(mhash, multipath_hash, 0); in fib_multipath_hash()
[all …]
/net/ipv6/
Droute.c2423 u32 mhash, mhash_inner; in rt6_multipath_custom_hash_skb() local
2426 mhash = rt6_multipath_custom_hash_outer(net, skb, &has_inner); in rt6_multipath_custom_hash_skb()
2429 return jhash_2words(mhash, mhash_inner, 0); in rt6_multipath_custom_hash_skb()
2464 u32 mhash = 0; in rt6_multipath_hash() local
2478 mhash = flow_hash_from_keys(&hash_keys); in rt6_multipath_hash()
2510 mhash = flow_hash_from_keys(&hash_keys); in rt6_multipath_hash()
2547 mhash = flow_hash_from_keys(&hash_keys); in rt6_multipath_hash()
2551 mhash = rt6_multipath_custom_hash_skb(net, skb); in rt6_multipath_hash()
2553 mhash = rt6_multipath_custom_hash_fl6(net, fl6); in rt6_multipath_hash()
2557 return mhash >> 1; in rt6_multipath_hash()