Home
last modified time | relevance | path

Searched refs:soflow_db_hashmask (Results 1 – 2 of 2) sorted by relevance

/xnu-11215.1.10/bsd/kern/
H A Dsocket_flows.h92 u_long soflow_db_hashmask; member
H A Dsocket_flows.c400 void * __single hash = hashinit(SOFLOW_HASH_SIZE, M_CFIL, &db->soflow_db_hashmask); in soflow_db_init()
498 hashdestroy(db->soflow_db_hashbase, M_CFIL, db->soflow_db_hashmask); in soflow_db_free()
586 inp_hash_element &= db->soflow_db_hashmask; in soflow_db_lookup_entry_internal()
626 inp_hash_element &= db->soflow_db_hashmask; in soflow_db_lookup_by_feature_context_id()
756 inp_hash_element = entry->soflow_flowhash & db->soflow_db_hashmask; in soflow_db_add_entry()