Searched refs:TCA_CONNMARK_MAX (Results 1 – 2 of 2) sorted by relevance
92 static const struct nla_policy connmark_policy[TCA_CONNMARK_MAX + 1] = {102 struct nlattr *tb[TCA_CONNMARK_MAX + 1]; in tcf_connmark_init()113 ret = nla_parse_nested_deprecated(tb, TCA_CONNMARK_MAX, nla, in tcf_connmark_init()
20 #define TCA_CONNMARK_MAX (__TCA_CONNMARK_MAX - 1) macro