|
| int | rtnl_netem_set_limit (struct rtnl_qdisc *, int) |
| | Set limit of netem qdisc. More...
|
| |
| int | rtnl_netem_get_limit (struct rtnl_qdisc *) |
| | Get limit of netem qdisc. More...
|
| |
| int | rtnl_netem_set_gap (struct rtnl_qdisc *, int) |
| | Set re-ordering gap of netem qdisc. More...
|
| |
| int | rtnl_netem_get_gap (struct rtnl_qdisc *) |
| | Get re-ordering gap of netem qdisc. More...
|
| |
| int | rtnl_netem_set_reorder_probability (struct rtnl_qdisc *, int) |
| | Set re-ordering probability of netem qdisc. More...
|
| |
| int | rtnl_netem_get_reorder_probability (struct rtnl_qdisc *) |
| | Get re-ordering probability of netem qdisc. More...
|
| |
| int | rtnl_netem_set_reorder_correlation (struct rtnl_qdisc *, int) |
| | Set re-order correlation probability of netem qdisc. More...
|
| |
| int | rtnl_netem_get_reorder_correlation (struct rtnl_qdisc *) |
| | Get re-ordering correlation probability of netem qdisc. More...
|
| |
| int | rtnl_netem_set_corruption_probability (struct rtnl_qdisc *, int) |
| | Set corruption probability of netem qdisc. More...
|
| |
| int | rtnl_netem_get_corruption_probability (struct rtnl_qdisc *) |
| | Get corruption probability of netem qdisc. More...
|
| |
| int | rtnl_netem_set_corruption_correlation (struct rtnl_qdisc *, int) |
| | Set corruption correlation probability of netem qdisc. More...
|
| |
| int | rtnl_netem_get_corruption_correlation (struct rtnl_qdisc *) |
| | Get corruption correlation probability of netem qdisc. More...
|
| |
| int | rtnl_netem_set_loss (struct rtnl_qdisc *, int) |
| | Set packet loss probability of netem qdisc. More...
|
| |
| int | rtnl_netem_get_loss (struct rtnl_qdisc *) |
| | Get packet loss probability of netem qdisc. More...
|
| |
| int | rtnl_netem_set_loss_correlation (struct rtnl_qdisc *, int) |
| | Set packet loss correlation probability of netem qdisc. More...
|
| |
| int | rtnl_netem_get_loss_correlation (struct rtnl_qdisc *) |
| | Get packet loss correlation probability of netem qdisc. More...
|
| |
| int | rtnl_netem_set_duplicate (struct rtnl_qdisc *, int) |
| | Set packet duplication probability of netem qdisc. More...
|
| |
| int | rtnl_netem_get_duplicate (struct rtnl_qdisc *) |
| | Get packet duplication probability of netem qdisc. More...
|
| |
| int | rtnl_netem_set_duplicate_correlation (struct rtnl_qdisc *, int) |
| | Set packet duplication correlation probability of netem qdisc. More...
|
| |
| int | rtnl_netem_get_duplicate_correlation (struct rtnl_qdisc *) |
| | Get packet duplication correlation probability of netem qdisc. More...
|
| |
| int | rtnl_netem_set_delay (struct rtnl_qdisc *, int) |
| | Set packet delay of netem qdisc. More...
|
| |
| int | rtnl_netem_get_delay (struct rtnl_qdisc *) |
| | Get packet delay of netem qdisc. More...
|
| |
| int | rtnl_netem_set_jitter (struct rtnl_qdisc *, int) |
| | Set packet delay jitter of netem qdisc. More...
|
| |
| int | rtnl_netem_get_jitter (struct rtnl_qdisc *) |
| | Get packet delay jitter of netem qdisc. More...
|
| |
| int | rtnl_netem_set_delay_correlation (struct rtnl_qdisc *, int) |
| | Set packet delay correlation probability of netem qdisc. More...
|
| |
| int | rtnl_netem_get_delay_correlation (struct rtnl_qdisc *) |
| | Get packet delay correlation probability of netem qdisc. More...
|
| |
| int | rtnl_netem_set_delay_distribution (struct rtnl_qdisc *, const char *) |
| | Set the delay distribution. More...
|
| |
| int | rtnl_netem_get_delay_distribution_size (struct rtnl_qdisc *) |
| | Get the size of the distribution table. More...
|
| |
| int | rtnl_netem_get_delay_distribution (struct rtnl_qdisc *, int16_t **) |
| | Get a pointer to the distribution table. More...
|
| |