Home
last modified time | relevance | path

Searched defs:dn_pipe7 (Results 1 – 1 of 1) sorted by relevance

/f-stack/freebsd/netpfil/ipfw/
H A Dip_dn_glue.c165 struct dn_pipe7 { /* a pipe */ struct
168 int pipe_nr ; /* number */
169 int bandwidth; /* really, bytes/tick. */
170 int delay ; /* really, ticks */
172 struct mbuf *head, *tail ; /* packets in delay line */
196 SLIST_HEAD(dn_pipe_head7, dn_pipe7); argument