Home
last modified time | relevance | path

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

/linux-6.1.9/include/uapi/linux/netfilter/ipset/
Dip_set.h91 IPSET_ATTR_INITVAL, /* was unused IPSET_ATTR_GC */ enumerator
/linux-6.1.9/net/netfilter/ipset/
Dip_set_hash_mac.c133 [IPSET_ATTR_INITVAL] = { .type = NLA_U32 },
Dip_set_hash_ipmark.c293 [IPSET_ATTR_INITVAL] = { .type = NLA_U32 },
Dip_set_hash_ip.c291 [IPSET_ATTR_INITVAL] = { .type = NLA_U32 },
Dip_set_hash_ipmac.c276 [IPSET_ATTR_INITVAL] = { .type = NLA_U32 },
Dip_set_hash_net.c369 [IPSET_ATTR_INITVAL] = { .type = NLA_U32 },
Dip_set_hash_ipport.c354 [IPSET_ATTR_INITVAL] = { .type = NLA_U32 },
Dip_set_hash_ipportip.c369 [IPSET_ATTR_INITVAL] = { .type = NLA_U32 },
Dip_set_hash_gen.h1278 nla_put_net32(skb, IPSET_ATTR_INITVAL, htonl(h->initval))) in mtype_head()
1527 if (tb[IPSET_ATTR_INITVAL]) in IPSET_TOKEN()
1528 h->initval = ntohl(nla_get_be32(tb[IPSET_ATTR_INITVAL])); in IPSET_TOKEN()
Dip_set_hash_netiface.c484 [IPSET_ATTR_INITVAL] = { .type = NLA_U32 },
Dip_set_hash_netnet.c473 [IPSET_ATTR_INITVAL] = { .type = NLA_U32 },
Dip_set_hash_netport.c473 [IPSET_ATTR_INITVAL] = { .type = NLA_U32 },
Dip_set_hash_ipportnet.c528 [IPSET_ATTR_INITVAL] = { .type = NLA_U32 },
Dip_set_hash_netportnet.c583 [IPSET_ATTR_INITVAL] = { .type = NLA_U32 },