Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/kern/
H A Dsocket_flows.h41 uint32_t soflow_flowhash; member
H A Dsocket_flows.c248 entry->soflow_flowhash, in soflow_entry_log()
754 entry->soflow_flowhash = SOFLOW_HASH(hashkey_laddr, hashkey_faddr, in soflow_db_add_entry()
756 inp_hash_element = entry->soflow_flowhash & db->soflow_db_hashmask; in soflow_db_add_entry()
/xnu-11215.1.10/bsd/net/
H A Dcontent_filter.c2689 cfil_info->cfi_sock_id = ((so->so_gencnt << 32) | (hash_entry->soflow_flowhash & 0xffffffff)); in cfil_info_alloc()
6075 entry->soflow_flowhash); in cfil_hash_entry_log()
6284 …(uint64_t)VM_KERNEL_ADDRPERM(so), so->so_gencnt, hash_entry->soflow_flowhash, cfil_info, cfil_info… in cfil_sock_udp_get_info()