Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/netinet/
H A Dip_dummynet.h590 struct dn_flow_set_64 { struct
591 user64_addr_t next; /* next flow set in all_flow_sets list */
593 u_short fs_nr; /* flow_set number */
594 u_short flags_fs;
603 user64_addr_t pipe; /* pointer to parent pipe */
604 u_short parent_nr; /* parent pipe#, 0 if local to a pipe */
606 int weight; /* WFQ queue weight */
607 int qsize; /* queue size in slots or bytes */
608 int plr; /* pkt loss rate (2^31-1 means 100%) */
610 struct ip_flow_id flow_mask;
[all …]