Home
last modified time | relevance | path

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

/f-stack/freebsd/netpfil/ipfw/
H A Dip_dn_glue.c230 struct dn_pipe8 { /* a pipe */ struct
233 int pipe_nr ; /* number */
234 int bandwidth; /* really, bytes/tick. */
235 int delay ; /* really, ticks */
237 struct mbuf *head, *tail ; /* packets in delay line */
240 struct dn_heap7 scheduler_heap ; /* top extract - key Finish time*/
241 struct dn_heap7 not_eligible_heap; /* top extract- key Start time */
242 struct dn_heap7 idle_heap ; /* random extract - key Start=Finish time */
244 int64_t V ; /* virtual time */
245 int sum; /* sum of weights of all active sessions */
[all …]