libnl 3.7.0
|
The FIFO qdisc comes in two flavours: More...
Attribute Modification | |
int | rtnl_qdisc_fifo_set_limit (struct rtnl_qdisc *qdisc, int limit) |
Set limit of FIFO qdisc. More... | |
int | rtnl_qdisc_fifo_get_limit (struct rtnl_qdisc *qdisc) |
Get limit of a FIFO qdisc. More... | |
The FIFO qdisc comes in two flavours:
The configuration is exactly the same, the decision which of the two variations is going to be used is made based on the kind of the qdisc (rtnl_tc_set_kind()).
int rtnl_qdisc_fifo_set_limit | ( | struct rtnl_qdisc * | qdisc, |
int | limit | ||
) |
Set limit of FIFO qdisc.
qdisc | FIFO qdisc to be modified. |
limit | New limit. |
Definition at line 100 of file fifo.c.
References rtnl_tc_data(), and TC_CAST.
int rtnl_qdisc_fifo_get_limit | ( | struct rtnl_qdisc * | qdisc | ) |
Get limit of a FIFO qdisc.
qdisc | FIFO qdisc. |
Definition at line 118 of file fifo.c.
References rtnl_tc_data(), and TC_CAST.