Searched refs:TCA_POLICE_MAX (Results 1 – 2 of 2) sorted by relevance
131 static const struct nla_policy police_policy[TCA_POLICE_MAX + 1] = {143 struct nlattr *tb[TCA_POLICE_MAX + 1]; in tcf_act_police_locate()152 err = nla_parse_nested(tb, TCA_POLICE_MAX, nla, police_policy); in tcf_act_police_locate()
167 #define TCA_POLICE_MAX (__TCA_POLICE_MAX - 1) macro