Searched refs:TCA_PEDIT_MAX (Results 1 – 2 of 2) sorted by relevance
28 static const struct nla_policy pedit_policy[TCA_PEDIT_MAX + 1] = {36 struct nlattr *tb[TCA_PEDIT_MAX + 1]; in tcf_pedit_init()46 err = nla_parse_nested(tb, TCA_PEDIT_MAX, nla, pedit_policy); in tcf_pedit_init()
15 #define TCA_PEDIT_MAX (__TCA_PEDIT_MAX - 1) macro