Home
last modified time | relevance | path

Searched refs:TCA_NETEM_SLOT (Results 1 – 2 of 2) sorted by relevance

/linux/net/sched/
H A Dsch_netem.c987 [TCA_NETEM_SLOT] = { .len = sizeof(struct tc_netem_slot) }, in check_netem_in_tree()
1075 if (tb[TCA_NETEM_SLOT]) { in netem_change()
1076 ret = validate_slot(tb[TCA_NETEM_SLOT], extack); in netem_change()
1159 if (tb[TCA_NETEM_SLOT]) in dump_loss_model()
1160 get_slot(q, tb[TCA_NETEM_SLOT]); in dump_loss_model()
1332 if (nla_put(skb, TCA_NETEM_SLOT, sizeof(slot), &slot)) in netem_walk()
/linux/tools/include/uapi/linux/
H A Dpkt_sched.h475 TCA_NETEM_SLOT, enumerator