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