Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/netinet/
H A Dip_dummynet.h465 struct dn_flow_set_32 { struct
466 user32_addr_t next;/* next flow set in all_flow_sets list */
468 u_short fs_nr; /* flow_set number */
469 u_short flags_fs;
478 user32_addr_t pipe; /* pointer to parent pipe */
479 u_short parent_nr; /* parent pipe#, 0 if local to a pipe */
481 int weight; /* WFQ queue weight */
482 int qsize; /* queue size in slots or bytes */
483 int plr; /* pkt loss rate (2^31-1 means 100%) */
485 struct ip_flow_id flow_mask;
[all …]