Home
last modified time | relevance | path

Searched refs:soflow_flowhash (Results 1 – 3 of 3) sorted by relevance

/xnu-12377.81.4/bsd/kern/
H A Dsocket_flows.h41 uint32_t soflow_flowhash; member
H A Dsocket_flows.c249 entry->soflow_flowhash, in soflow_entry_log()
766 entry->soflow_flowhash = SOFLOW_HASH(hashkey_laddr, hashkey_faddr, in soflow_db_add_entry()
768 inp_hash_element = entry->soflow_flowhash & db->soflow_db_hashmask; in soflow_db_add_entry()
/xnu-12377.81.4/bsd/net/
H A Dcontent_filter.c2691 cfil_info->cfi_sock_id = ((so->so_gencnt << 32) | (hash_entry->soflow_flowhash & 0xffffffff)); in cfil_info_alloc()
6085 entry->soflow_flowhash); in cfil_hash_entry_log()
6335 …(uint64_t)VM_KERNEL_ADDRPERM(so), so->so_gencnt, hash_entry->soflow_flowhash, cfil_info, cfil_info… in cfil_sock_udp_get_info()