Home
last modified time | relevance | path

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

/freebsd/sys/netpfil/ipfw/test/
H A Dmain.c86 #define BACKLOG 30 /* this many backlogged classes, we only need BACKLOG+1 */ macro
88 struct list_head ll[BACKLOG + 10];
122 if (i < BACKLOG) { in drop()
582 for (i=0; i <= BACKLOG+5; i++) in init()
691 if (i < BACKLOG) { in controller()