Searched refs:mhash (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/net/ipv4/ |
| H A D | route.c | 2014 u32 mhash, mhash_inner; in fib_multipath_custom_hash_skb() local 2017 mhash = fib_multipath_custom_hash_outer(net, skb, &has_inner); in fib_multipath_custom_hash_skb() 2020 return jhash_2words(mhash, mhash_inner, 0); in fib_multipath_custom_hash_skb() 2054 u32 mhash = 0; in fib_multipath_hash() local 2066 mhash = fib_multipath_hash_from_keys(net, &hash_keys); in fib_multipath_hash() 2100 mhash = fib_multipath_hash_from_keys(net, &hash_keys); in fib_multipath_hash() 2131 mhash = fib_multipath_hash_from_keys(net, &hash_keys); in fib_multipath_hash() 2135 mhash = fib_multipath_custom_hash_skb(net, skb); in fib_multipath_hash() 2137 mhash = fib_multipath_custom_hash_fl4(net, fl4); in fib_multipath_hash() 2142 mhash = jhash_2words(mhash, multipath_hash, 0); in fib_multipath_hash() [all …]
|
| /linux-6.15/net/ipv6/ |
| H A D | route.c | 2467 u32 mhash, mhash_inner; in rt6_multipath_custom_hash_skb() local 2470 mhash = rt6_multipath_custom_hash_outer(net, skb, &has_inner); in rt6_multipath_custom_hash_skb() 2473 return jhash_2words(mhash, mhash_inner, 0); in rt6_multipath_custom_hash_skb() 2508 u32 mhash = 0; in rt6_multipath_hash() local 2522 mhash = fib_multipath_hash_from_keys(net, &hash_keys); in rt6_multipath_hash() 2554 mhash = fib_multipath_hash_from_keys(net, &hash_keys); in rt6_multipath_hash() 2591 mhash = fib_multipath_hash_from_keys(net, &hash_keys); in rt6_multipath_hash() 2595 mhash = rt6_multipath_custom_hash_skb(net, skb); in rt6_multipath_hash() 2597 mhash = rt6_multipath_custom_hash_fl6(net, fl6); in rt6_multipath_hash() 2601 return mhash >> 1; in rt6_multipath_hash()
|
| /linux-6.15/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()
|
| /linux-6.15/drivers/net/ethernet/chelsio/cxgb4/ |
| H A D | cxgb4_main.c | 369 u64 mhash = 0; in cxgb4_mac_sync() local 383 idx, ucast ? &uhash : &mhash, false); in cxgb4_mac_sync() 390 if (uhash || mhash) { in cxgb4_mac_sync()
|