Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/package/libmhash/
H A Dlibmhash.mk8 LIBMHASH_SITE = http://downloads.sourceforge.net/project/mhash/mhash/$(LIBMHASH_VERSION)
9 LIBMHASH_SOURCE = mhash-$(LIBMHASH_VERSION).tar.bz2
H A Dlibmhash.hash2 sha256 56521c52a9033779154432d0ae47ad7198914785265e1f570cee21ab248dfef0 mhash-0.9.9.9.tar.bz2
H A DConfig.in9 http://mhash.sourceforge.net/
/OK3568_Linux_fs/kernel/net/ipv4/
H A Droute.c1964 u32 mhash; in fib_multipath_hash() local
2041 mhash = flow_hash_from_keys(&hash_keys); in fib_multipath_hash()
2044 mhash = jhash_2words(mhash, multipath_hash, 0); in fib_multipath_hash()
2046 return mhash >> 1; in fib_multipath_hash()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/chelsio/cxgb4vf/
H A 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()
/OK3568_Linux_fs/kernel/net/ipv6/
H A Droute.c2346 u32 mhash; in rt6_multipath_hash() local
2429 mhash = flow_hash_from_keys(&hash_keys); in rt6_multipath_hash()
2431 return mhash >> 1; in rt6_multipath_hash()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/chelsio/cxgb4/
H A 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()