6#ifndef NETLINK_FQ_CODEL_H_
7#define NETLINK_FQ_CODEL_H_
9#include <netlink/netlink.h>
10#include <netlink/route/qdisc.h>
int rtnl_qdisc_fq_codel_get_ecn(struct rtnl_qdisc *)
Get ecn of a fq_codel qdisc.
int rtnl_qdisc_fq_codel_get_flows(struct rtnl_qdisc *)
Get flows of a fq_codel qdisc.
int rtnl_qdisc_fq_codel_set_target(struct rtnl_qdisc *, uint32_t)
Set target of fq_codel qdisc.
uint32_t rtnl_qdisc_fq_codel_get_target(struct rtnl_qdisc *)
Get target of a fq_codel qdisc.
int rtnl_qdisc_fq_codel_set_interval(struct rtnl_qdisc *, uint32_t)
Set interval of fq_codel qdisc.
int rtnl_qdisc_fq_codel_set_flows(struct rtnl_qdisc *, int)
Set flows of fq_codel qdisc.
int rtnl_qdisc_fq_codel_set_quantum(struct rtnl_qdisc *, uint32_t)
Set quantum of fq_codel qdisc.
uint32_t rtnl_qdisc_fq_codel_get_quantum(struct rtnl_qdisc *)
Get quantum of a fq_codel qdisc.
int rtnl_qdisc_fq_codel_set_ecn(struct rtnl_qdisc *, int)
Set ecn of fq_codel qdisc.
int rtnl_qdisc_fq_codel_set_limit(struct rtnl_qdisc *, int)
Set limit of fq_codel qdisc.
uint32_t rtnl_qdisc_fq_codel_get_interval(struct rtnl_qdisc *)
Get target of a fq_codel qdisc.
int rtnl_qdisc_fq_codel_get_limit(struct rtnl_qdisc *)
Get limit of a fq_codel qdisc.