Home
last modified time | relevance | path

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

/third_party/libnl/lib/route/qdisc/
Dnetem.c46 static struct nla_policy netem_policy[TCA_NETEM_MAX+1] = {
76 struct nlattr *tb[TCA_NETEM_MAX+1]; in netem_msg_parser()
78 err = nla_parse(tb, TCA_NETEM_MAX, (struct nlattr *) in netem_msg_parser()
/third_party/libnl/include/linux-private/linux/
Dpkt_sched.h561 #define TCA_NETEM_MAX (__TCA_NETEM_MAX - 1) macro