Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/net/classq/
H A Dclassq_fq_codel.c79 static uint32_t flowq_size; /* size of flowq */ variable
104 flowq_size = sizeof(fq_t); in fq_codel_init()
105 flowq_cache = mcache_create("fq.flowq", flowq_size, sizeof(uint64_t), in fq_codel_init()
141 bzero(fq, flowq_size); in fq_alloc()