Home
last modified time | relevance | path

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

/freebsd/sys/netpfil/ipfw/
H A Dip_dn_glue.c164 struct dn_pipe7 { /* a pipe */ struct
167 int pipe_nr ; /* number */
168 uint32_t bandwidth; /* really, bytes/tick. */
169 int delay ; /* really, ticks */
171 struct mbuf *head, *tail ; /* packets in delay line */
195 SLIST_HEAD(dn_pipe_head7, dn_pipe7); argument