Home
last modified time | relevance | path

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

/linux-2.6.39/net/sched/
Dsch_dsmark.c104 static const struct nla_policy dsmark_policy[TCA_DSMARK_MAX + 1] = {
117 struct nlattr *tb[TCA_DSMARK_MAX + 1]; in dsmark_change()
132 err = nla_parse_nested(tb, TCA_DSMARK_MAX, opt, dsmark_policy); in dsmark_change()
344 struct nlattr *tb[TCA_DSMARK_MAX + 1]; in dsmark_init()
355 err = nla_parse_nested(tb, TCA_DSMARK_MAX, opt, dsmark_policy); in dsmark_init()
/linux-2.6.39/include/linux/
Dpkt_sched.h442 #define TCA_DSMARK_MAX (__TCA_DSMARK_MAX - 1) macro