Home
last modified time | relevance | path

Searched refs:IPSET_ATTR_CMD_MAX (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/net/netfilter/ipset/
Dip_set_core.c741 static const struct nla_policy ip_set_create_policy[IPSET_ATTR_CMD_MAX + 1] = {
942 ip_set_setname_policy[IPSET_ATTR_CMD_MAX + 1] = {
1064 ip_set_setname2_policy[IPSET_ATTR_CMD_MAX + 1] = {
1207 struct nlattr *cda[IPSET_ATTR_CMD_MAX+1]; in dump_init()
1213 nla_parse(cda, IPSET_ATTR_CMD_MAX, in dump_init()
1391 static const struct nla_policy ip_set_adt_policy[IPSET_ATTR_CMD_MAX + 1] = {
1428 struct nlattr *cda[IPSET_ATTR_CMD_MAX+1]; in call_ad()
1442 nla_parse(cda, IPSET_ATTR_CMD_MAX, in call_ad()
1654 static const struct nla_policy ip_set_type_policy[IPSET_ATTR_CMD_MAX + 1] = {
1716 ip_set_protocol_policy[IPSET_ATTR_CMD_MAX + 1] = {
[all …]
/linux-4.1.27/include/uapi/linux/netfilter/ipset/
Dip_set.h70 #define IPSET_ATTR_CMD_MAX (__IPSET_ATTR_CMD_MAX - 1) macro