Searched defs:rtnl_fq_codel (Results 1 – 1 of 1) sorted by relevance
24 struct rtnl_fq_codel { struct25 int fq_limit;26 uint32_t fq_target;27 uint32_t fq_interval;28 int fq_flows;29 uint32_t fq_quantum;53 struct rtnl_fq_codel *fq_codel = data; in fq_codel_msg_parser() argument