Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/tc_ematch/
H A Dtc_em_ipt.h18 #define TCA_EM_IPT_MAX (__TCA_EM_IPT_MAX - 1) macro
/openbmc/linux/net/sched/
H A Dem_ipt.c33 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()