Home
last modified time | relevance | path

Searched refs:IPSET_ATTR_BITMASK (Results 1 – 5 of 5) sorted by relevance

/linux/include/uapi/linux/netfilter/ipset/
H A Dip_set.h88 IPSET_ATTR_BITMASK, /* 12 */ enumerator
/linux/net/netfilter/ipset/
H A Dip_set_hash_gen.h1293 if (nla_put_ipaddr4(skb, IPSET_ATTR_BITMASK, h->bitmask.ip)) in mtype_head()
1296 if (nla_put_ipaddr6(skb, IPSET_ATTR_BITMASK, &h->bitmask.in6)) in mtype_head()
1524 if (tb[IPSET_ATTR_BITMASK]) { in IPSET_TOKEN()
1530 ret = ip_set_get_ipaddr4(tb[IPSET_ATTR_BITMASK], &bitmask.ip); in IPSET_TOKEN()
1534 ret = ip_set_get_ipaddr6(tb[IPSET_ATTR_BITMASK], &bitmask); in IPSET_TOKEN()
H A Dip_set_hash_ip.c292 [IPSET_ATTR_BITMASK] = { .type = NLA_NESTED },
H A Dip_set_hash_ipport.c381 [IPSET_ATTR_BITMASK] = { .type = NLA_NESTED },
H A Dip_set_hash_netnet.c493 [IPSET_ATTR_BITMASK] = { .type = NLA_NESTED },