Home
last modified time | relevance | path

Searched refs:IPSET_ATTR_INITVAL (Results 1 – 14 of 14) sorted by relevance

/linux-5.19.10/include/uapi/linux/netfilter/ipset/
Dip_set.h95 IPSET_ATTR_INITVAL, /* was unused IPSET_ATTR_GC */ enumerator
/linux-5.19.10/net/netfilter/ipset/
Dip_set_hash_mac.c133 [IPSET_ATTR_INITVAL] = { .type = NLA_U32 },
Dip_set_hash_ip.c293 [IPSET_ATTR_INITVAL] = { .type = NLA_U32 },
Dip_set_hash_ipmac.c276 [IPSET_ATTR_INITVAL] = { .type = NLA_U32 },
Dip_set_hash_ipmark.c292 [IPSET_ATTR_INITVAL] = { .type = NLA_U32 },
Dip_set_hash_net.c372 [IPSET_ATTR_INITVAL] = { .type = NLA_U32 },
Dip_set_hash_ipport.c353 [IPSET_ATTR_INITVAL] = { .type = NLA_U32 },
Dip_set_hash_ipportip.c368 [IPSET_ATTR_INITVAL] = { .type = NLA_U32 },
Dip_set_hash_gen.h1296 nla_put_net32(skb, IPSET_ATTR_INITVAL, htonl(h->initval))) in mtype_head()
1545 if (tb[IPSET_ATTR_INITVAL]) in IPSET_TOKEN()
1546 h->initval = ntohl(nla_get_be32(tb[IPSET_ATTR_INITVAL])); in IPSET_TOKEN()
Dip_set_hash_netport.c478 [IPSET_ATTR_INITVAL] = { .type = NLA_U32 },
Dip_set_hash_netiface.c487 [IPSET_ATTR_INITVAL] = { .type = NLA_U32 },
Dip_set_hash_netnet.c482 [IPSET_ATTR_INITVAL] = { .type = NLA_U32 },
Dip_set_hash_ipportnet.c525 [IPSET_ATTR_INITVAL] = { .type = NLA_U32 },
Dip_set_hash_netportnet.c581 [IPSET_ATTR_INITVAL] = { .type = NLA_U32 },