Searched refs:net_flowhash_fn_t (Results 1 – 3 of 3) sorted by relevance
48 typedef u_int32_t net_flowhash_fn_t(const void *, u_int32_t, const u_int32_t); typedef50 extern net_flowhash_fn_t *net_flowhash;51 extern net_flowhash_fn_t net_flowhash_mh3_x86_32;52 extern net_flowhash_fn_t net_flowhash_mh3_x64_128;53 extern net_flowhash_fn_t net_flowhash_jhash;
78 net_flowhash_fn_t *function, in net_bloom_filter_insert_using_function()100 net_flowhash_fn_t *function, in net_bloom_filter_contains_using_function()
72 net_flowhash_fn_t *net_flowhash = net_flowhash_mh3_x64_128;74 net_flowhash_fn_t *net_flowhash = net_flowhash_jhash;