Searched refs:TCA_EM_IPT_MAX (Results 1 – 2 of 2) sorted by relevance
33 static const struct nla_policy em_ipt_policy[TCA_EM_IPT_MAX + 1] = {129 struct nlattr *tb[TCA_EM_IPT_MAX + 1]; in em_ipt_change()135 ret = nla_parse_deprecated(tb, TCA_EM_IPT_MAX, data, data_len, in em_ipt_change()
18 #define TCA_EM_IPT_MAX (__TCA_EM_IPT_MAX - 1) macro