Searched refs:net_flowhash (Results 1 – 9 of 9) sorted by relevance
| /xnu-11215.1.10/bsd/net/ |
| H A D | flowhash.h | 50 extern net_flowhash_fn_t *net_flowhash;
|
| H A D | flowhash.c | 73 net_flowhash_fn_t *net_flowhash = net_flowhash_mh3_x64_128; variable 75 net_flowhash_fn_t *net_flowhash = net_flowhash_jhash; variable
|
| H A D | dlil.c | 11383 flowhash = net_flowhash(&fh, sizeof(fh), ifnet_flowhash_seed); in ifnet_calc_flowhash()
|
| H A D | pf.c | 2210 flowhash = net_flowhash(&fh, sizeof(fh), pf_hash_seed); in pf_calc_state_key_flowhash()
|
| H A D | necp.c | 9317 return net_flowhash(info, sizeof(*info), necp_kernel_socket_policies_gencount); in necp_socket_calc_flowhash_locked()
|
| /xnu-11215.1.10/bsd/netinet/ |
| H A D | tcp_cache.c | 306 hash = net_flowhash(key, sizeof(struct tcp_cache_key), in tcp_cache_hash() 658 hash = net_flowhash(key, sizeof(struct tcp_heuristic_key), in tcp_heuristics_hash()
|
| H A D | in_pcb.c | 3510 flowhash = net_flowhash(&fh, sizeof(fh), inp_hash_seed); in inp_calc_flowhash()
|
| H A D | flow_divert.c | 343 fd_cb->hash = net_flowhash(key, sizeof(key), g_hash_seed); in flow_divert_add_to_group()
|
| /xnu-11215.1.10/bsd/skywalk/nexus/flowswitch/flow/ |
| H A D | flow_var.h | 670 hash = net_flowhash(&key->field, sizeof(key->field), hash); \ in flow_key_hash()
|