Searched refs:net_flowhash (Results 1 – 9 of 9) sorted by relevance
| /xnu-8020.121.3/bsd/net/ |
| H A D | flowhash.h | 50 extern net_flowhash_fn_t *net_flowhash;
|
| H A D | flowhash.c | 72 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 D | dlil.c | 11338 flowhash = net_flowhash(&fh, sizeof(fh), ifnet_flowhash_seed); in ifnet_calc_flowhash()
|
| H A D | pf.c | 2117 flowhash = net_flowhash(&fh, sizeof(fh), pf_hash_seed); in pf_calc_state_key_flowhash()
|
| H A D | necp.c | 8408 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 D | tcp_cache.c | 303 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 D | in_pcb.c | 3241 flowhash = net_flowhash(&fh, sizeof(fh), inp_hash_seed); in inp_calc_flowhash()
|
| H A D | flow_divert.c | 279 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 D | flow_var.h | 610 hash = net_flowhash(&key->field, sizeof(key->field), hash); \ in flow_key_hash()
|