Searched refs:TCA_HFSC_MAX (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/tc/
H A Dq_hfsc.c236 struct rtattr *tb[TCA_HFSC_MAX+1];
242 parse_rtattr_nested(tb, TCA_HFSC_MAX, opt);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/include/linux/
H A Dpkt_sched.h308 #define TCA_HFSC_MAX (__TCA_HFSC_MAX - 1) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dpkt_sched.h319 #define TCA_HFSC_MAX (__TCA_HFSC_MAX - 1) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sched/
H A Dsch_hfsc.c947 static const struct nla_policy hfsc_policy[TCA_HFSC_MAX + 1] = {
961 struct nlattr *tb[TCA_HFSC_MAX + 1];
969 err = nla_parse_nested(tb, TCA_HFSC_MAX, opt, hfsc_policy);

Completed in 87 milliseconds