Home
last modified time | relevance | path

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

/Linux-v5.4/net/netfilter/ipset/
Dip_set_hash_ipmac.c123 !ip_set_optattr_netorder(tb, IPSET_ATTR_BYTES) || in hash_ipmac4_uadt()
242 !ip_set_optattr_netorder(tb, IPSET_ATTR_BYTES) || in hash_ipmac6_uadt()
286 [IPSET_ATTR_BYTES] = { .type = NLA_U64 },
Dip_set_hash_mac.c142 [IPSET_ATTR_BYTES] = { .type = NLA_U64 },
Dip_set_bitmap_port.c280 [IPSET_ATTR_BYTES] = { .type = NLA_U64 },
Dip_set_hash_ip.c296 [IPSET_ATTR_BYTES] = { .type = NLA_U64 },
Dip_set_hash_ipmark.c294 [IPSET_ATTR_BYTES] = { .type = NLA_U64 },
Dip_set_bitmap_ip.c350 [IPSET_ATTR_BYTES] = { .type = NLA_U64 },
Dip_set_hash_ipport.c363 [IPSET_ATTR_BYTES] = { .type = NLA_U64 },
Dip_set_hash_net.c373 [IPSET_ATTR_BYTES] = { .type = NLA_U64 },
Dip_set_hash_ipportip.c378 [IPSET_ATTR_BYTES] = { .type = NLA_U64 },
Dip_set_bitmap_ipmac.c398 [IPSET_ATTR_BYTES] = { .type = NLA_U64 },
Dip_set_core.c402 !ip_set_optattr_netorder(tb, IPSET_ATTR_BYTES) || in ip_set_get_extensions()
413 if (tb[IPSET_ATTR_BYTES] || tb[IPSET_ATTR_PACKETS]) { in ip_set_get_extensions()
416 if (tb[IPSET_ATTR_BYTES]) in ip_set_get_extensions()
418 tb[IPSET_ATTR_BYTES])); in ip_set_get_extensions()
Dip_set_hash_netiface.c479 [IPSET_ATTR_BYTES] = { .type = NLA_U64 },
Dip_set_hash_netnet.c481 [IPSET_ATTR_BYTES] = { .type = NLA_U64 },
Dip_set_hash_netport.c483 [IPSET_ATTR_BYTES] = { .type = NLA_U64 },
Dip_set_hash_ipportnet.c538 [IPSET_ATTR_BYTES] = { .type = NLA_U64 },
Dip_set_hash_netportnet.c583 [IPSET_ATTR_BYTES] = { .type = NLA_U64 },
Dip_set_list_set.c656 [IPSET_ATTR_BYTES] = { .type = NLA_U64 },
/Linux-v5.4/include/uapi/linux/netfilter/ipset/
Dip_set.h120 IPSET_ATTR_BYTES, enumerator
/Linux-v5.4/include/linux/netfilter/ipset/
Dip_set.h640 return nla_put_net64(skb, IPSET_ATTR_BYTES, in ip_set_put_counter()