Lines Matching defs:dn_flow_set
311 struct dn_flow_set { struct
314 u_short fs_nr; /* flow_set number */
315 u_short flags_fs;
324 struct dn_pipe *pipe; /* pointer to parent pipe */
325 u_short parent_nr; /* parent pipe#, 0 if local to a pipe */
327 int weight; /* WFQ queue weight */
328 int qsize; /* queue size in slots or bytes */
329 int plr; /* pkt loss rate (2^31-1 means 100%) */
331 struct ip_flow_id flow_mask;
334 int rq_size; /* number of slots */
335 int rq_elements; /* active elements */
336 struct dn_flow_queue **rq; /* array of rq_size entries */
338 u_int32_t last_expired; /* do not expire too frequently */
362 SLIST_HEAD(dn_flow_set_head, dn_flow_set); argument