Home
last modified time | relevance | path

Searched refs:net_flowhash_mh3_x64_128 (Results 1 – 3 of 3) sorted by relevance

/xnu-11215.81.4/bsd/net/
H A Dbloom_filter.c94 net_bloom_filter_insert_using_function(filter, &net_flowhash_mh3_x64_128, buffer, length); in net_bloom_filter_insert()
116 net_bloom_filter_contains_using_function(filter, &net_flowhash_mh3_x64_128, buffer, length); in net_bloom_filter_contains()
H A Dflowhash.h52 extern net_flowhash_fn_t net_flowhash_mh3_x64_128;
H A Dflowhash.c73 net_flowhash_fn_t *net_flowhash = net_flowhash_mh3_x64_128;
242 net_flowhash_mh3_x64_128(const void *__sized_by(len) key, u_int32_t len, const u_int32_t seed) in net_flowhash_mh3_x64_128() function