Home
last modified time | relevance | path

Searched refs:net_flowhash (Results 1 – 9 of 9) sorted by relevance

/xnu-8020.121.3/bsd/net/
H A Dflowhash.h50 extern net_flowhash_fn_t *net_flowhash;
H A Dflowhash.c72 net_flowhash_fn_t *net_flowhash = net_flowhash_mh3_x64_128; variable
74 net_flowhash_fn_t *net_flowhash = net_flowhash_jhash; variable
H A Ddlil.c11338 flowhash = net_flowhash(&fh, sizeof(fh), ifnet_flowhash_seed); in ifnet_calc_flowhash()
H A Dpf.c2117 flowhash = net_flowhash(&fh, sizeof(fh), pf_hash_seed); in pf_calc_state_key_flowhash()
H A Dnecp.c8408 return net_flowhash(info, sizeof(*info), necp_kernel_socket_policies_gencount); in necp_socket_calc_flowhash_locked()
/xnu-8020.121.3/bsd/netinet/
H A Dtcp_cache.c303 hash = net_flowhash(key, sizeof(struct tcp_cache_key), in tcp_cache_hash()
660 hash = net_flowhash(key, sizeof(struct tcp_heuristic_key), in tcp_heuristics_hash()
H A Din_pcb.c3241 flowhash = net_flowhash(&fh, sizeof(fh), inp_hash_seed); in inp_calc_flowhash()
H A Dflow_divert.c279 fd_cb->hash = net_flowhash(key, sizeof(key), g_hash_seed); in flow_divert_pcb_insert()
/xnu-8020.121.3/bsd/skywalk/nexus/flowswitch/flow/
H A Dflow_var.h610 hash = net_flowhash(&key->field, sizeof(key->field), hash); \ in flow_key_hash()