Searched defs:fq_codel_sched_data (Results 1 – 1 of 1) sorted by relevance
197 typedef struct fq_codel_sched_data { struct198 struct ifclassq *fqs_ifq; /* back pointer to ifclassq */199 flowq_list_t fqs_flows[FQ_IF_HASH_TABLE_SIZE]; /* flows table */200 uint32_t fqs_pkt_droplimit; /* drop limit */201 uint8_t fqs_throttle; /* throttle on or off */202 uint8_t fqs_flags; /* flags */204 struct flowadv_fclist fqs_fclist; /* flow control state */205 struct flowq *fqs_large_flow; /* flow has highest number of bytes */208 fq_grp_tailq_t fqs_combined_grp_list;209 uint32_t fqs_empty_list_cnt;[all …]