Searched refs:mhash (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | route.c | 2004 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 in fib_multipath_hash() [all...] |
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | route.c | 1968 u32 mhash; in fib_multipath_hash() local 2045 mhash = flow_hash_from_keys(&hash_keys); in fib_multipath_hash() 2048 mhash = jhash_2words(mhash, multipath_hash, 0); in fib_multipath_hash() 2050 return mhash >> 1; in fib_multipath_hash()
|
/kernel/linux/linux-6.6/net/ipv6/ |
H A D | route.c | 2420 u32 mhash, mhash_inner; in rt6_multipath_custom_hash_skb() local 2423 mhash = rt6_multipath_custom_hash_outer(net, skb, &has_inner); in rt6_multipath_custom_hash_skb() 2426 return jhash_2words(mhash, mhash_inner, 0); in rt6_multipath_custom_hash_skb() 2461 u32 mhash = 0; in rt6_multipath_hash() local 2475 mhash = flow_hash_from_keys(&hash_keys); in rt6_multipath_hash() 2507 mhash = flow_hash_from_keys(&hash_keys); in rt6_multipath_hash() 2544 mhash = flow_hash_from_keys(&hash_keys); in rt6_multipath_hash() 2548 mhash = rt6_multipath_custom_hash_skb(net, skb); in rt6_multipath_hash() 2550 mhash = rt6_multipath_custom_hash_fl6(net, fl6); in rt6_multipath_hash() 2554 return mhash >> in rt6_multipath_hash() [all...] |
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | cxgb4_main.c | 370 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()
|
/kernel/linux/linux-5.10/net/ipv6/ |
H A D | route.c | 2350 u32 mhash; in rt6_multipath_hash() local 2433 mhash = flow_hash_from_keys(&hash_keys); in rt6_multipath_hash() 2435 return mhash >> 1; in rt6_multipath_hash()
|
/kernel/linux/linux-6.6/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()
|
Completed in 46 milliseconds