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