Home
last modified time | relevance | path

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

/linux-4.1.27/net/netfilter/ipset/
Dip_set_hash_mac.c109 !ip_set_optattr_netorder(tb, IPSET_ATTR_BYTES) || in hash_mac4_uadt()
150 [IPSET_ATTR_BYTES] = { .type = NLA_U64 },
Dip_set_hash_ip.c115 !ip_set_optattr_netorder(tb, IPSET_ATTR_BYTES) || in hash_ip4_uadt()
253 !ip_set_optattr_netorder(tb, IPSET_ATTR_BYTES) || in hash_ip6_uadt()
302 [IPSET_ATTR_BYTES] = { .type = NLA_U64 },
Dip_set_hash_ipmark.c117 !ip_set_optattr_netorder(tb, IPSET_ATTR_BYTES) || in hash_ipmark4_uadt()
250 !ip_set_optattr_netorder(tb, IPSET_ATTR_BYTES) || in hash_ipmark6_uadt()
308 [IPSET_ATTR_BYTES] = { .type = NLA_U64 },
Dip_set_hash_ipport.c126 !ip_set_optattr_netorder(tb, IPSET_ATTR_BYTES) || in hash_ipport4_uadt()
293 !ip_set_optattr_netorder(tb, IPSET_ATTR_BYTES) || in hash_ipport6_uadt()
377 [IPSET_ATTR_BYTES] = { .type = NLA_U64 },
Dip_set_hash_net.c154 !ip_set_optattr_netorder(tb, IPSET_ATTR_BYTES) || in hash_net4_uadt()
325 !ip_set_optattr_netorder(tb, IPSET_ATTR_BYTES) || in hash_net6_uadt()
384 [IPSET_ATTR_BYTES] = { .type = NLA_U64 },
Dip_set_hash_ipportip.c128 !ip_set_optattr_netorder(tb, IPSET_ATTR_BYTES) || in hash_ipportip4_uadt()
301 !ip_set_optattr_netorder(tb, IPSET_ATTR_BYTES) || in hash_ipportip6_uadt()
389 [IPSET_ATTR_BYTES] = { .type = NLA_U64 },
Dip_set_bitmap_port.c143 !ip_set_optattr_netorder(tb, IPSET_ATTR_BYTES) || in bitmap_port_uadt()
295 [IPSET_ATTR_BYTES] = { .type = NLA_U64 },
Dip_set_hash_netnet.c176 !ip_set_optattr_netorder(tb, IPSET_ATTR_BYTES) || in hash_netnet4_uadt()
403 !ip_set_optattr_netorder(tb, IPSET_ATTR_BYTES) || in hash_netnet6_uadt()
471 [IPSET_ATTR_BYTES] = { .type = NLA_U64 },
Dip_set_hash_netport.c176 !ip_set_optattr_netorder(tb, IPSET_ATTR_BYTES) || in hash_netport4_uadt()
396 !ip_set_optattr_netorder(tb, IPSET_ATTR_BYTES) || in hash_netport6_uadt()
496 [IPSET_ATTR_BYTES] = { .type = NLA_U64 },
Dip_set_hash_netiface.c302 !ip_set_optattr_netorder(tb, IPSET_ATTR_BYTES) || in hash_netiface4_uadt()
538 !ip_set_optattr_netorder(tb, IPSET_ATTR_BYTES) || in hash_netiface6_uadt()
614 [IPSET_ATTR_BYTES] = { .type = NLA_U64 },
Dip_set_hash_ipportnet.c183 !ip_set_optattr_netorder(tb, IPSET_ATTR_BYTES) || in hash_ipportnet4_uadt()
438 !ip_set_optattr_netorder(tb, IPSET_ATTR_BYTES) || in hash_ipportnet6_uadt()
548 [IPSET_ATTR_BYTES] = { .type = NLA_U64 },
Dip_set_bitmap_ipmac.c244 !ip_set_optattr_netorder(tb, IPSET_ATTR_BYTES) || in bitmap_ipmac_uadt()
398 [IPSET_ATTR_BYTES] = { .type = NLA_U64 },
Dip_set_bitmap_ip.c143 !ip_set_optattr_netorder(tb, IPSET_ATTR_BYTES) || in bitmap_ip_uadt()
361 [IPSET_ATTR_BYTES] = { .type = NLA_U64 },
Dip_set_hash_netportnet.c194 !ip_set_optattr_netorder(tb, IPSET_ATTR_BYTES) || in hash_netportnet4_uadt()
469 !ip_set_optattr_netorder(tb, IPSET_ATTR_BYTES) || in hash_netportnet6_uadt()
578 [IPSET_ATTR_BYTES] = { .type = NLA_U64 },
Dip_set_list_set.c390 !ip_set_optattr_netorder(tb, IPSET_ATTR_BYTES) || in list_set_uadt()
679 [IPSET_ATTR_BYTES] = { .type = NLA_U64 },
Dip_set_core.c397 if (tb[IPSET_ATTR_BYTES] || tb[IPSET_ATTR_PACKETS]) { in ip_set_get_extensions()
400 if (tb[IPSET_ATTR_BYTES]) in ip_set_get_extensions()
402 tb[IPSET_ATTR_BYTES])); in ip_set_get_extensions()
/linux-4.1.27/include/uapi/linux/netfilter/ipset/
Dip_set.h115 IPSET_ATTR_BYTES, enumerator
/linux-4.1.27/include/linux/netfilter/ipset/
Dip_set.h365 return nla_put_net64(skb, IPSET_ATTR_BYTES, in ip_set_put_counter()