Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/netinet/
H A Dip_dummynet.h516 struct dn_pipe_32 { /* a pipe */ struct
517 user32_addr_t next;
519 int pipe_nr; /* number */
520 int bandwidth; /* really, bytes/tick. */
521 int delay; /* really, ticks */
523 user32_addr_t head, tail; /* packets in delay line */
526 struct dn_heap_32 scheduler_heap; /* top extract - key Finish time*/
527 struct dn_heap_32 not_eligible_heap; /* top extract- key Start time */
528 struct dn_heap_32 idle_heap; /* random extract - key Start=Finish time */
530 dn_key V; /* virtual time */
[all …]