Home
last modified time | relevance | path

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

/Linux-v6.1/net/ipv4/
Droute.c2004 u32 mhash, mhash_inner; in fib_multipath_custom_hash_skb() local
2007 mhash = fib_multipath_custom_hash_outer(net, skb, &has_inner); in fib_multipath_custom_hash_skb()
2010 return jhash_2words(mhash, mhash_inner, 0); in fib_multipath_custom_hash_skb()
2044 u32 mhash = 0; in fib_multipath_hash() local
2056 mhash = flow_hash_from_keys(&hash_keys); in fib_multipath_hash()
2090 mhash = flow_hash_from_keys(&hash_keys); in fib_multipath_hash()
2121 mhash = flow_hash_from_keys(&hash_keys); in fib_multipath_hash()
2125 mhash = fib_multipath_custom_hash_skb(net, skb); in fib_multipath_hash()
2127 mhash = fib_multipath_custom_hash_fl4(net, fl4); in fib_multipath_hash()
2132 mhash = jhash_2words(mhash, multipath_hash, 0); in fib_multipath_hash()
[all …]
/Linux-v6.1/net/ipv6/
Droute.c2419 u32 mhash, mhash_inner; in rt6_multipath_custom_hash_skb() local
2422 mhash = rt6_multipath_custom_hash_outer(net, skb, &has_inner); in rt6_multipath_custom_hash_skb()
2425 return jhash_2words(mhash, mhash_inner, 0); in rt6_multipath_custom_hash_skb()
2460 u32 mhash = 0; in rt6_multipath_hash() local
2474 mhash = flow_hash_from_keys(&hash_keys); in rt6_multipath_hash()
2506 mhash = flow_hash_from_keys(&hash_keys); in rt6_multipath_hash()
2543 mhash = flow_hash_from_keys(&hash_keys); in rt6_multipath_hash()
2547 mhash = rt6_multipath_custom_hash_skb(net, skb); in rt6_multipath_hash()
2549 mhash = rt6_multipath_custom_hash_fl6(net, fl6); in rt6_multipath_hash()
2553 return mhash >> 1; in rt6_multipath_hash()
/Linux-v6.1/drivers/net/ethernet/chelsio/cxgb4vf/
Dcxgb4vf_main.c940 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()
/Linux-v6.1/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_main.c370 u64 mhash = 0; in cxgb4_mac_sync() local
384 idx, ucast ? &uhash : &mhash, false); in cxgb4_mac_sync()
391 if (uhash || mhash) { in cxgb4_mac_sync()