Searched defs:fq_codel_sched_data (Results 1 – 1 of 1) sorted by relevance
200 typedef struct fq_codel_sched_data { struct201 struct ifclassq *fqs_ifq; /* back pointer to ifclassq */203 uint32_t fqs_flows_count;204 uint32_t fqs_pkt_droplimit; /* drop limit */205 uint8_t fqs_throttle; /* throttle on or off */206 uint8_t fqs_flags; /* flags */209 struct flowadv_fclist fqs_fclist; /* flow control state */210 struct flowq *fqs_large_flow; /* flow has highest number of bytes */213 fq_grp_tailq_t fqs_combined_grp_list;214 uint32_t fqs_empty_list_cnt;[all …]