Searched defs:dn_pipe7 (Results 1 – 1 of 1) sorted by relevance
165 struct dn_pipe7 { /* a pipe */ struct168 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