Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/netinet/
H A Dip_dummynet.h641 struct dn_pipe_64 { /* a pipe */ struct
642 user64_addr_t next;
644 int pipe_nr; /* number */
645 int bandwidth; /* really, bytes/tick. */
646 int delay; /* really, ticks */
648 user64_addr_t head, tail; /* packets in delay line */
651 struct dn_heap_64 scheduler_heap; /* top extract - key Finish time*/
652 struct dn_heap_64 not_eligible_heap; /* top extract- key Start time */
653 struct dn_heap_64 idle_heap; /* random extract - key Start=Finish time */
655 dn_key V; /* virtual time */
[all …]