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