Searched refs:IPSET_ATTR_CMD_MAX (Results 1 – 2 of 2) sorted by relevance
767 static const struct nla_policy ip_set_create_policy[IPSET_ATTR_CMD_MAX + 1] = {962 ip_set_setname_policy[IPSET_ATTR_CMD_MAX + 1] = {1087 ip_set_setname2_policy[IPSET_ATTR_CMD_MAX + 1] = {1235 struct nlattr *cda[IPSET_ATTR_CMD_MAX + 1]; in dump_init()1241 nla_parse(cda, IPSET_ATTR_CMD_MAX, in dump_init()1435 static const struct nla_policy ip_set_adt_policy[IPSET_ATTR_CMD_MAX + 1] = {1472 struct nlattr *cda[IPSET_ATTR_CMD_MAX + 1]; in call_ad()1486 nla_parse(cda, IPSET_ATTR_CMD_MAX, in call_ad()1699 static const struct nla_policy ip_set_type_policy[IPSET_ATTR_CMD_MAX + 1] = {1761 ip_set_protocol_policy[IPSET_ATTR_CMD_MAX + 1] = {[all …]
70 #define IPSET_ATTR_CMD_MAX (__IPSET_ATTR_CMD_MAX - 1) macro