libnl 3.11.0
|
Attribute Modification | |
int | rtnl_qdisc_fq_codel_set_limit (struct rtnl_qdisc *qdisc, int limit) |
Set limit of fq_codel qdisc. | |
int | rtnl_qdisc_fq_codel_get_limit (struct rtnl_qdisc *qdisc) |
Get limit of a fq_codel qdisc. | |
int | rtnl_qdisc_fq_codel_set_target (struct rtnl_qdisc *qdisc, uint32_t target) |
Set target of fq_codel qdisc. | |
uint32_t | rtnl_qdisc_fq_codel_get_target (struct rtnl_qdisc *qdisc) |
Get target of a fq_codel qdisc. | |
int | rtnl_qdisc_fq_codel_set_interval (struct rtnl_qdisc *qdisc, uint32_t interval) |
Set interval of fq_codel qdisc. | |
uint32_t | rtnl_qdisc_fq_codel_get_interval (struct rtnl_qdisc *qdisc) |
Get target of a fq_codel qdisc. | |
int | rtnl_qdisc_fq_codel_set_quantum (struct rtnl_qdisc *qdisc, uint32_t quantum) |
Set quantum of fq_codel qdisc. | |
uint32_t | rtnl_qdisc_fq_codel_get_quantum (struct rtnl_qdisc *qdisc) |
Get quantum of a fq_codel qdisc. | |
int | rtnl_qdisc_fq_codel_set_flows (struct rtnl_qdisc *qdisc, int flows) |
Set flows of fq_codel qdisc. | |
int | rtnl_qdisc_fq_codel_get_flows (struct rtnl_qdisc *qdisc) |
Get flows of a fq_codel qdisc. | |
int | rtnl_qdisc_fq_codel_set_ecn (struct rtnl_qdisc *qdisc, int ecn) |
Set ecn of fq_codel qdisc. | |
int | rtnl_qdisc_fq_codel_get_ecn (struct rtnl_qdisc *qdisc) |
Get ecn of a fq_codel qdisc. | |
int rtnl_qdisc_fq_codel_set_limit | ( | struct rtnl_qdisc * | qdisc, |
int | limit ) |
Set limit of fq_codel qdisc.
qdisc | fq_codel qdisc to be modified. |
limit | New limit. |
Definition at line 153 of file fq_codel.c.
References rtnl_tc_data(), and TC_CAST.
int rtnl_qdisc_fq_codel_get_limit | ( | struct rtnl_qdisc * | qdisc | ) |
Get limit of a fq_codel qdisc.
qdisc | fq_codel qdisc. |
Definition at line 171 of file fq_codel.c.
References rtnl_tc_data(), and TC_CAST.
int rtnl_qdisc_fq_codel_set_target | ( | struct rtnl_qdisc * | qdisc, |
uint32_t | target ) |
Set target of fq_codel qdisc.
qdisc | fq_codel qdisc to be modified. |
target | New target. |
Definition at line 190 of file fq_codel.c.
References rtnl_tc_data(), and TC_CAST.
uint32_t rtnl_qdisc_fq_codel_get_target | ( | struct rtnl_qdisc * | qdisc | ) |
Get target of a fq_codel qdisc.
qdisc | fq_codel qdisc. |
Definition at line 208 of file fq_codel.c.
References rtnl_tc_data(), and TC_CAST.
int rtnl_qdisc_fq_codel_set_interval | ( | struct rtnl_qdisc * | qdisc, |
uint32_t | interval ) |
Set interval of fq_codel qdisc.
qdisc | fq_codel qdisc to be modified. |
interval | New interval. |
Definition at line 225 of file fq_codel.c.
References rtnl_tc_data(), and TC_CAST.
uint32_t rtnl_qdisc_fq_codel_get_interval | ( | struct rtnl_qdisc * | qdisc | ) |
Get target of a fq_codel qdisc.
qdisc | fq_codel qdisc. |
Definition at line 243 of file fq_codel.c.
References rtnl_tc_data(), and TC_CAST.
int rtnl_qdisc_fq_codel_set_quantum | ( | struct rtnl_qdisc * | qdisc, |
uint32_t | quantum ) |
Set quantum of fq_codel qdisc.
qdisc | fq_codel qdisc to be modified. |
quantum | New quantum. |
Definition at line 260 of file fq_codel.c.
References rtnl_tc_data(), and TC_CAST.
uint32_t rtnl_qdisc_fq_codel_get_quantum | ( | struct rtnl_qdisc * | qdisc | ) |
Get quantum of a fq_codel qdisc.
qdisc | fq_codel qdisc. |
Definition at line 278 of file fq_codel.c.
References rtnl_tc_data(), and TC_CAST.
int rtnl_qdisc_fq_codel_set_flows | ( | struct rtnl_qdisc * | qdisc, |
int | flows ) |
Set flows of fq_codel qdisc.
qdisc | fq_codel qdisc to be modified. |
flows | New flows value. |
Definition at line 295 of file fq_codel.c.
References rtnl_tc_data(), and TC_CAST.
int rtnl_qdisc_fq_codel_get_flows | ( | struct rtnl_qdisc * | qdisc | ) |
Get flows of a fq_codel qdisc.
qdisc | fq_codel qdisc. |
Definition at line 313 of file fq_codel.c.
References rtnl_tc_data(), and TC_CAST.
int rtnl_qdisc_fq_codel_set_ecn | ( | struct rtnl_qdisc * | qdisc, |
int | ecn ) |
Set ecn of fq_codel qdisc.
qdisc | fq_codel qdisc to be modified. |
ecn | New ecn value. |
Definition at line 331 of file fq_codel.c.
References rtnl_tc_data(), and TC_CAST.
int rtnl_qdisc_fq_codel_get_ecn | ( | struct rtnl_qdisc * | qdisc | ) |
Get ecn of a fq_codel qdisc.
qdisc | fq_codel qdisc. |
Definition at line 349 of file fq_codel.c.
References rtnl_tc_data(), and TC_CAST.