Home
last modified time | relevance | path

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

/netbsd-src/sys/altq/
H A Daltq_red.c399 * red_count keeps a tally of arriving traffic that has not in red_addq()
402 rp->red_count++; in red_addq()
412 rp->red_count = 1; in red_addq()
415 rp->red_probd, rp->red_count)) { in red_addq()
420 rp->red_count = 0; in red_addq()
467 rp->red_count = 0; in red_addq()
H A Daltq_red.h149 int red_count; /* packet count since last dropped/ member