Searched refs:net_flowhash_jhash (Results 1 – 3 of 3) sorted by relevance
| /xnu-10002.1.13/bsd/net/ |
| H A D | bloom_filter.c | 93 net_bloom_filter_insert_using_function(filter, &net_flowhash_jhash, buffer, length); in net_bloom_filter_insert() 115 return net_bloom_filter_contains_using_function(filter, &net_flowhash_jhash, buffer, length) && in net_bloom_filter_contains()
|
| H A D | flowhash.h | 53 extern net_flowhash_fn_t net_flowhash_jhash;
|
| H A D | flowhash.c | 74 net_flowhash_fn_t *net_flowhash = net_flowhash_jhash; 417 net_flowhash_jhash(const void *key, u_int32_t len, const u_int32_t seed) in net_flowhash_jhash() function 597 net_flowhash_jhash(const void *key, u_int32_t len, const u_int32_t seed) function
|