Home
last modified time | relevance | path

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

/Linux-v4.19/net/sched/
Dem_ipt.c36 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()
/Linux-v4.19/include/uapi/linux/tc_ematch/
Dtc_em_ipt.h18 #define TCA_EM_IPT_MAX (__TCA_EM_IPT_MAX - 1) macro