Searched refs:IPSET_ATTR_CMD_MAX (Results 1 – 2 of 2) sorted by relevance
806 static const struct nla_policy ip_set_create_policy[IPSET_ATTR_CMD_MAX + 1] = {1000 ip_set_setname_policy[IPSET_ATTR_CMD_MAX + 1] = {1128 ip_set_setname2_policy[IPSET_ATTR_CMD_MAX + 1] = {1282 struct nlattr *cda[IPSET_ATTR_CMD_MAX + 1]; in dump_init()1288 nla_parse(cda, IPSET_ATTR_CMD_MAX, attr, nlh->nlmsg_len - min_len, in dump_init()1480 static const struct nla_policy ip_set_adt_policy[IPSET_ATTR_CMD_MAX + 1] = {1517 struct nlattr *cda[IPSET_ATTR_CMD_MAX + 1]; in call_ad()1531 nla_parse(cda, IPSET_ATTR_CMD_MAX, cmdattr, in call_ad()1743 static const struct nla_policy ip_set_type_policy[IPSET_ATTR_CMD_MAX + 1] = {1805 ip_set_protocol_policy[IPSET_ATTR_CMD_MAX + 1] = {[all …]
71 #define IPSET_ATTR_CMD_MAX (__IPSET_ATTR_CMD_MAX - 1) macro