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