Home
last modified time | relevance | path

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

/dragonfly/sys/net/dummynet/
H A Dip_dummynet.h263 struct dn_flow_set { struct
267 LIST_ENTRY(dn_flow_set) fs_link; argument
269 struct dn_pipe *pipe; /* pointer to parent pipe */
270 u_short parent_nr; /* parent pipe#, 0 if local to a pipe */
272 int weight; /* WFQ queue weight */
273 int qsize; /* queue size in slots or bytes */
274 int plr; /* pkt loss rate (2^31-1 means 100%) */
276 struct dn_flow_id flow_mask;
302 LIST_HEAD(dn_flowset_head, dn_flow_set); argument
/dragonfly/sys/net/dummynet3/
H A Dip_dummynet3.h278 struct dn_flow_set { struct
282 LIST_ENTRY(dn_flow_set) fs_link; argument
284 struct dn_pipe *pipe; /* pointer to parent pipe */
285 u_short parent_nr; /* parent pipe#, 0 if local to a pipe */
287 int weight; /* WFQ queue weight */
288 int qsize; /* queue size in slots or bytes */
289 int plr; /* pkt loss rate (2^31-1 means 100%) */
291 struct dn_flow_id flow_mask;
317 LIST_HEAD(dn_flowset_head, dn_flow_set); argument