Searched refs:soflow_db_hashmask (Results 1 – 2 of 2) sorted by relevance
89 u_long soflow_db_hashmask; member
403 db->soflow_db_hashbase = hashinit(SOFLOW_HASH_SIZE, M_CFIL, &db->soflow_db_hashmask); in soflow_db_init()500 hashdestroy(db->soflow_db_hashbase, M_CFIL, db->soflow_db_hashmask); in soflow_db_free()588 inp_hash_element &= db->soflow_db_hashmask; in soflow_db_lookup_entry_internal()628 inp_hash_element &= db->soflow_db_hashmask; in soflow_db_lookup_by_feature_context_id()758 inp_hash_element = entry->soflow_flowhash & db->soflow_db_hashmask; in soflow_db_add_entry()