Home
last modified time | relevance | path

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

/Linux-v5.10/net/ipv4/
Droute.c1928 u32 mhash; in fib_multipath_hash() local
2005 mhash = flow_hash_from_keys(&hash_keys); in fib_multipath_hash()
2008 mhash = jhash_2words(mhash, multipath_hash, 0); in fib_multipath_hash()
2010 return mhash >> 1; in fib_multipath_hash()
/Linux-v5.10/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-v5.10/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()
/Linux-v5.10/net/ipv6/
Droute.c2353 u32 mhash; in rt6_multipath_hash() local
2436 mhash = flow_hash_from_keys(&hash_keys); in rt6_multipath_hash()
2438 return mhash >> 1; in rt6_multipath_hash()