Searched refs:mhash (Results 1 – 3 of 3) sorted by relevance
| /linux/net/ipv4/ |
| H A D | route.c | 2027 u32 mhash, mhash_inner; in fib_multipath_custom_hash_skb() local 2030 mhash = fib_multipath_custom_hash_outer(net, skb, &has_inner); in fib_multipath_custom_hash_skb() 2033 return jhash_2words(mhash, mhash_inner, 0); in fib_multipath_custom_hash_skb() 2071 u32 mhash = 0; in fib_multipath_hash() local 2083 mhash = fib_multipath_hash_from_keys(net, &hash_keys); in fib_multipath_hash() 2120 mhash = fib_multipath_hash_from_keys(net, &hash_keys); in fib_multipath_hash() 2151 mhash = fib_multipath_hash_from_keys(net, &hash_keys); in fib_multipath_hash() 2155 mhash = fib_multipath_custom_hash_skb(net, skb); in fib_multipath_hash() 2157 mhash = fib_multipath_custom_hash_fl4(net, fl4); in fib_multipath_hash() 2162 mhash = jhash_2words(mhash, multipath_hash, 0); in fib_multipath_hash() [all …]
|
| /linux/net/ipv6/ |
| H A D | route.c | 2481 u32 mhash, mhash_inner; in rt6_multipath_custom_hash_skb() local 2484 mhash = rt6_multipath_custom_hash_outer(net, skb, &has_inner); in rt6_multipath_custom_hash_skb() 2487 return jhash_2words(mhash, mhash_inner, 0); in rt6_multipath_custom_hash_skb() 2526 u32 mhash = 0; in rt6_multipath_hash() local 2540 mhash = fib_multipath_hash_from_keys(net, &hash_keys); in rt6_multipath_hash() 2575 mhash = fib_multipath_hash_from_keys(net, &hash_keys); in rt6_multipath_hash() 2612 mhash = fib_multipath_hash_from_keys(net, &hash_keys); in rt6_multipath_hash() 2616 mhash = rt6_multipath_custom_hash_skb(net, skb); in rt6_multipath_hash() 2618 mhash = rt6_multipath_custom_hash_fl6(net, fl6); in rt6_multipath_hash() 2622 return mhash >> 1; in rt6_multipath_hash()
|
| /linux/drivers/net/ethernet/chelsio/cxgb4vf/ |
| H A D | cxgb4vf_main.c | 940 u64 mhash = 0; in cxgb4vf_mac_sync() local 948 NULL, ucast ? &uhash : &mhash, false); in cxgb4vf_mac_sync() 955 if (uhash || mhash) { in cxgb4vf_mac_sync()
|