mhash             367 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c 	u64 mhash = 0;
mhash             381 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c 				   idx, ucast ? &uhash : &mhash, false);
mhash             388 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c 	if (uhash || mhash) {
mhash             942 drivers/net/ethernet/chelsio/cxgb4vf/cxgb4vf_main.c 	u64 mhash = 0;
mhash             950 drivers/net/ethernet/chelsio/cxgb4vf/cxgb4vf_main.c 				  NULL, ucast ? &uhash : &mhash, false);
mhash             957 drivers/net/ethernet/chelsio/cxgb4vf/cxgb4vf_main.c 	if (uhash || mhash) {
mhash            1921 net/ipv4/route.c 	u32 mhash;
mhash            1998 net/ipv4/route.c 	mhash = flow_hash_from_keys(&hash_keys);
mhash            2001 net/ipv4/route.c 		mhash = jhash_2words(mhash, multipath_hash, 0);
mhash            2003 net/ipv4/route.c 	return mhash >> 1;
mhash            2355 net/ipv6/route.c 	u32 mhash;
mhash            2438 net/ipv6/route.c 	mhash = flow_hash_from_keys(&hash_keys);
mhash            2440 net/ipv6/route.c 	return mhash >> 1;