Home
last modified time | relevance | path

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

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