Home
last modified time | relevance | path

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

/linux/include/uapi/linux/netfilter/ipset/
H A Dip_set.h92 IPSET_ATTR_INITVAL, /* was unused IPSET_ATTR_GC */ enumerator
/linux/net/netfilter/ipset/
H A Dip_set_hash_mac.c133 [IPSET_ATTR_INITVAL] = { .type = NLA_U32 },
H A Dip_set_hash_ipmark.c293 [IPSET_ATTR_INITVAL] = { .type = NLA_U32 },
H A Dip_set_hash_ip.c287 [IPSET_ATTR_INITVAL] = { .type = NLA_U32 },
H A Dip_set_hash_ipmac.c276 [IPSET_ATTR_INITVAL] = { .type = NLA_U32 },
H A Dip_set_hash_net.c369 [IPSET_ATTR_INITVAL] = { .type = NLA_U32 },
H A Dip_set_hash_ipportip.c369 [IPSET_ATTR_INITVAL] = { .type = NLA_U32 },
H A Dip_set_hash_ipport.c374 [IPSET_ATTR_INITVAL] = { .type = NLA_U32 },
H A Dip_set_hash_netiface.c484 [IPSET_ATTR_INITVAL] = { .type = NLA_U32 },
H A Dip_set_hash_netport.c473 [IPSET_ATTR_INITVAL] = { .type = NLA_U32 },
H A Dip_set_hash_gen.h1311 nla_put_net32(skb, IPSET_ATTR_INITVAL, htonl(h->initval))) in mtype_head()
1590 if (tb[IPSET_ATTR_INITVAL]) in IPSET_TOKEN()
1591 h->initval = ntohl(nla_get_be32(tb[IPSET_ATTR_INITVAL])); in IPSET_TOKEN()
H A Dip_set_hash_netnet.c487 [IPSET_ATTR_INITVAL] = { .type = NLA_U32 },
H A Dip_set_hash_ipportnet.c528 [IPSET_ATTR_INITVAL] = { .type = NLA_U32 },
H A Dip_set_hash_netportnet.c584 [IPSET_ATTR_INITVAL] = { .type = NLA_U32 },