Searched refs:TCA_CONNMARK_MAX (Results 1 – 2 of 2) sorted by relevance
93 static const struct nla_policy connmark_policy[TCA_CONNMARK_MAX + 1] = {103 struct nlattr *tb[TCA_CONNMARK_MAX + 1]; in tcf_connmark_init()111 ret = nla_parse_nested(tb, TCA_CONNMARK_MAX, nla, connmark_policy, in tcf_connmark_init()
22 #define TCA_CONNMARK_MAX (__TCA_CONNMARK_MAX - 1) macro