Home
last modified time | relevance | path

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

/linux-4.4.14/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()
131 err = nla_parse_nested(tb, TCA_DSMARK_MAX, opt, dsmark_policy); in dsmark_change()
343 struct nlattr *tb[TCA_DSMARK_MAX + 1]; in dsmark_init()
354 err = nla_parse_nested(tb, TCA_DSMARK_MAX, opt, dsmark_policy); in dsmark_init()
/linux-4.4.14/include/uapi/linux/
Dpkt_sched.h501 #define TCA_DSMARK_MAX (__TCA_DSMARK_MAX - 1) macro