Home
last modified time | relevance | path

Searched refs:IPSET_ATTR_BYTES (Results 1 – 18 of 18) sorted by relevance

/linux-4.4.14/net/netfilter/ipset/
Dip_set_hash_mac.c148 [IPSET_ATTR_BYTES] = { .type = NLA_U64 },
Dip_set_hash_ipmark.c299 [IPSET_ATTR_BYTES] = { .type = NLA_U64 },
Dip_set_hash_ip.c298 [IPSET_ATTR_BYTES] = { .type = NLA_U64 },
Dip_set_bitmap_port.c286 [IPSET_ATTR_BYTES] = { .type = NLA_U64 },
Dip_set_hash_ipport.c367 [IPSET_ATTR_BYTES] = { .type = NLA_U64 },
Dip_set_bitmap_ip.c355 [IPSET_ATTR_BYTES] = { .type = NLA_U64 },
Dip_set_hash_net.c377 [IPSET_ATTR_BYTES] = { .type = NLA_U64 },
Dip_set_core.c399 !ip_set_optattr_netorder(tb, IPSET_ATTR_BYTES) || in ip_set_get_extensions()
410 if (tb[IPSET_ATTR_BYTES] || tb[IPSET_ATTR_PACKETS]) { in ip_set_get_extensions()
413 if (tb[IPSET_ATTR_BYTES]) in ip_set_get_extensions()
415 tb[IPSET_ATTR_BYTES])); in ip_set_get_extensions()
Dip_set_bitmap_ipmac.c399 [IPSET_ATTR_BYTES] = { .type = NLA_U64 },
Dip_set_hash_ipportip.c382 [IPSET_ATTR_BYTES] = { .type = NLA_U64 },
Dip_set_hash_netnet.c483 [IPSET_ATTR_BYTES] = { .type = NLA_U64 },
Dip_set_hash_netport.c486 [IPSET_ATTR_BYTES] = { .type = NLA_U64 },
Dip_set_hash_netiface.c488 [IPSET_ATTR_BYTES] = { .type = NLA_U64 },
Dip_set_hash_ipportnet.c542 [IPSET_ATTR_BYTES] = { .type = NLA_U64 },
Dip_set_list_set.c654 [IPSET_ATTR_BYTES] = { .type = NLA_U64 },
Dip_set_hash_netportnet.c586 [IPSET_ATTR_BYTES] = { .type = NLA_U64 },
/linux-4.4.14/include/uapi/linux/netfilter/ipset/
Dip_set.h115 IPSET_ATTR_BYTES, enumerator
/linux-4.4.14/include/linux/netfilter/ipset/
Dip_set.h372 return nla_put_net64(skb, IPSET_ATTR_BYTES, in ip_set_put_counter()