Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/kern/
H A Dsocket_flows.h78 #define SOFLOW_HASH_SIZE 16 macro
91 struct soflow_hash_head * __counted_by(SOFLOW_HASH_SIZE) soflow_db_hashbase;
H A Dsocket_flows.c400 void * __single hash = hashinit(SOFLOW_HASH_SIZE, M_CFIL, &db->soflow_db_hashmask); in soflow_db_init()
401 …se = __unsafe_forge_bidi_indexable(struct soflow_hash_head *, hash, SOFLOW_HASH_SIZE * sizeof(void… in soflow_db_init()
484 for (int i = 0; i < SOFLOW_HASH_SIZE; i++) { in soflow_db_free()
1383 for (int i = 0; i < SOFLOW_HASH_SIZE; i++) { in soflow_gc_cleanup()
1517 for (int i = 0; i < SOFLOW_HASH_SIZE; i++) { in soflow_db_apply()