Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/net/pktsched/
H A Dpktsched_fq_codel.h80 #define FQ_IF_HASH_TABLE_SIZE (1 << FQ_IF_HASH_TAG_SIZE) macro
137 flowq_list_t fqs_flows[FQ_IF_HASH_TABLE_SIZE]; /* flows table */
H A Dpktsched_fq_codel.c811 for (i = 0; i < FQ_IF_HASH_TABLE_SIZE; i++) { in fq_if_purge()