Searched refs:TCA_FW_MAX (Results 1 – 2 of 2) sorted by relevance
204 static const struct nla_policy fw_policy[TCA_FW_MAX + 1] = {258 struct nlattr *tb[TCA_FW_MAX + 1]; in fw_change()264 err = nla_parse_nested(tb, TCA_FW_MAX, opt, fw_policy, NULL); in fw_change()
266 #define TCA_FW_MAX (__TCA_FW_MAX - 1) macro