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. | |
int | rtnl_qdisc_fifo_get_limit (struct rtnl_qdisc *qdisc) |
Get limit of a FIFO qdisc. |
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 | |||
) |