Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/kern/
H A Dsocket_flows.h95 u_long soflow_db_hashmask; member
H A Dsocket_flows.c411 void * __single hash = hashinit(SOFLOW_HASH_SIZE, M_CFIL, &db->soflow_db_hashmask); in soflow_db_init()
509 hashdestroy(db->soflow_db_hashbase, M_CFIL, db->soflow_db_hashmask); in soflow_db_free()
597 inp_hash_element &= db->soflow_db_hashmask; in soflow_db_lookup_entry_internal()
637 inp_hash_element &= db->soflow_db_hashmask; in soflow_db_lookup_by_feature_context_id()
768 inp_hash_element = entry->soflow_flowhash & db->soflow_db_hashmask; in soflow_db_add_entry()