/linux-4.1.27/net/netfilter/ipset/ |
D | ip_set_hash_net.c | 96 nla_put_net32(skb, IPSET_ATTR_CADT_FLAGS, htonl(flags)))) in hash_net4_data_list() 152 !ip_set_optattr_netorder(tb, IPSET_ATTR_CADT_FLAGS) || in hash_net4_uadt() 174 if (tb[IPSET_ATTR_CADT_FLAGS]) { in hash_net4_uadt() 175 u32 cadt_flags = ip_set_get_h32(tb[IPSET_ATTR_CADT_FLAGS]); in hash_net4_uadt() 265 nla_put_net32(skb, IPSET_ATTR_CADT_FLAGS, htonl(flags)))) in hash_net6_data_list() 323 !ip_set_optattr_netorder(tb, IPSET_ATTR_CADT_FLAGS) || in hash_net6_uadt() 349 if (tb[IPSET_ATTR_CADT_FLAGS]) { in hash_net6_uadt() 350 u32 cadt_flags = ip_set_get_h32(tb[IPSET_ATTR_CADT_FLAGS]); in hash_net6_uadt() 376 [IPSET_ATTR_CADT_FLAGS] = { .type = NLA_U32 }, 383 [IPSET_ATTR_CADT_FLAGS] = { .type = NLA_U32 },
|
D | ip_set_hash_netnet.c | 115 nla_put_net32(skb, IPSET_ATTR_CADT_FLAGS, htonl(flags)))) in hash_netnet4_data_list() 174 !ip_set_optattr_netorder(tb, IPSET_ATTR_CADT_FLAGS) || in hash_netnet4_uadt() 205 if (tb[IPSET_ATTR_CADT_FLAGS]) { in hash_netnet4_uadt() 206 u32 cadt_flags = ip_set_get_h32(tb[IPSET_ATTR_CADT_FLAGS]); in hash_netnet4_uadt() 342 nla_put_net32(skb, IPSET_ATTR_CADT_FLAGS, htonl(flags)))) in hash_netnet6_data_list() 401 !ip_set_optattr_netorder(tb, IPSET_ATTR_CADT_FLAGS) || in hash_netnet6_uadt() 433 if (tb[IPSET_ATTR_CADT_FLAGS]) { in hash_netnet6_uadt() 434 u32 cadt_flags = ip_set_get_h32(tb[IPSET_ATTR_CADT_FLAGS]); in hash_netnet6_uadt() 460 [IPSET_ATTR_CADT_FLAGS] = { .type = NLA_U32 }, 470 [IPSET_ATTR_CADT_FLAGS] = { .type = NLA_U32 },
|
D | ip_set_hash_netport.c | 111 nla_put_net32(skb, IPSET_ATTR_CADT_FLAGS, htonl(flags)))) in hash_netport4_data_list() 174 !ip_set_optattr_netorder(tb, IPSET_ATTR_CADT_FLAGS) || in hash_netport4_uadt() 216 if (tb[IPSET_ATTR_CADT_FLAGS]) { in hash_netport4_uadt() 217 u32 cadt_flags = ip_set_get_h32(tb[IPSET_ATTR_CADT_FLAGS]); in hash_netport4_uadt() 327 nla_put_net32(skb, IPSET_ATTR_CADT_FLAGS, htonl(flags)))) in hash_netport6_data_list() 394 !ip_set_optattr_netorder(tb, IPSET_ATTR_CADT_FLAGS) || in hash_netport6_uadt() 437 if (tb[IPSET_ATTR_CADT_FLAGS]) { in hash_netport6_uadt() 438 u32 cadt_flags = ip_set_get_h32(tb[IPSET_ATTR_CADT_FLAGS]); in hash_netport6_uadt() 484 [IPSET_ATTR_CADT_FLAGS] = { .type = NLA_U32 }, 495 [IPSET_ATTR_CADT_FLAGS] = { .type = NLA_U32 },
|
D | ip_set_hash_netiface.c | 194 nla_put_net32(skb, IPSET_ATTR_CADT_FLAGS, htonl(flags)))) in hash_netiface4_data_list() 300 !ip_set_optattr_netorder(tb, IPSET_ATTR_CADT_FLAGS) || in hash_netiface4_uadt() 334 if (tb[IPSET_ATTR_CADT_FLAGS]) { in hash_netiface4_uadt() 335 u32 cadt_flags = ip_set_get_h32(tb[IPSET_ATTR_CADT_FLAGS]); in hash_netiface4_uadt() 445 nla_put_net32(skb, IPSET_ATTR_CADT_FLAGS, htonl(flags)))) in hash_netiface6_data_list() 536 !ip_set_optattr_netorder(tb, IPSET_ATTR_CADT_FLAGS) || in hash_netiface6_uadt() 572 if (tb[IPSET_ATTR_CADT_FLAGS]) { in hash_netiface6_uadt() 573 u32 cadt_flags = ip_set_get_h32(tb[IPSET_ATTR_CADT_FLAGS]); in hash_netiface6_uadt() 603 [IPSET_ATTR_CADT_FLAGS] = { .type = NLA_U32 }, 610 [IPSET_ATTR_CADT_FLAGS] = { .type = NLA_U32 },
|
D | ip_set_hash_ipportnet.c | 115 nla_put_net32(skb, IPSET_ATTR_CADT_FLAGS, htonl(flags)))) in hash_ipportnet4_data_list() 181 !ip_set_optattr_netorder(tb, IPSET_ATTR_CADT_FLAGS) || in hash_ipportnet4_uadt() 225 if (tb[IPSET_ATTR_CADT_FLAGS]) { in hash_ipportnet4_uadt() 226 u32 cadt_flags = ip_set_get_h32(tb[IPSET_ATTR_CADT_FLAGS]); in hash_ipportnet4_uadt() 368 nla_put_net32(skb, IPSET_ATTR_CADT_FLAGS, htonl(flags)))) in hash_ipportnet6_data_list() 436 !ip_set_optattr_netorder(tb, IPSET_ATTR_CADT_FLAGS) || in hash_ipportnet6_uadt() 486 if (tb[IPSET_ATTR_CADT_FLAGS]) { in hash_ipportnet6_uadt() 487 u32 cadt_flags = ip_set_get_h32(tb[IPSET_ATTR_CADT_FLAGS]); in hash_ipportnet6_uadt() 533 [IPSET_ATTR_CADT_FLAGS] = { .type = NLA_U32 }, 545 [IPSET_ATTR_CADT_FLAGS] = { .type = NLA_U32 },
|
D | ip_set_hash_netportnet.c | 125 nla_put_net32(skb, IPSET_ATTR_CADT_FLAGS, htonl(flags)))) in hash_netportnet4_data_list() 192 !ip_set_optattr_netorder(tb, IPSET_ATTR_CADT_FLAGS) || in hash_netportnet4_uadt() 240 if (tb[IPSET_ATTR_CADT_FLAGS]) { in hash_netportnet4_uadt() 241 u32 cadt_flags = ip_set_get_h32(tb[IPSET_ATTR_CADT_FLAGS]); in hash_netportnet4_uadt() 398 nla_put_net32(skb, IPSET_ATTR_CADT_FLAGS, htonl(flags)))) in hash_netportnet6_data_list() 467 !ip_set_optattr_netorder(tb, IPSET_ATTR_CADT_FLAGS) || in hash_netportnet6_uadt() 516 if (tb[IPSET_ATTR_CADT_FLAGS]) { in hash_netportnet6_uadt() 517 u32 cadt_flags = ip_set_get_h32(tb[IPSET_ATTR_CADT_FLAGS]); in hash_netportnet6_uadt() 563 [IPSET_ATTR_CADT_FLAGS] = { .type = NLA_U32 }, 575 [IPSET_ATTR_CADT_FLAGS] = { .type = NLA_U32 },
|
D | ip_set_list_set.c | 388 !ip_set_optattr_netorder(tb, IPSET_ATTR_CADT_FLAGS) || in list_set_uadt() 411 if (tb[IPSET_ATTR_CADT_FLAGS]) { in list_set_uadt() 412 u32 f = ip_set_get_h32(tb[IPSET_ATTR_CADT_FLAGS]); in list_set_uadt() 638 !ip_set_optattr_netorder(tb, IPSET_ATTR_CADT_FLAGS))) in list_set_create() 669 [IPSET_ATTR_CADT_FLAGS] = { .type = NLA_U32 }, 678 [IPSET_ATTR_CADT_FLAGS] = { .type = NLA_U32 },
|
D | ip_set_bitmap_port.c | 244 !ip_set_optattr_netorder(tb, IPSET_ATTR_CADT_FLAGS))) in bitmap_port_create() 288 [IPSET_ATTR_CADT_FLAGS] = { .type = NLA_U32 },
|
D | ip_set_bitmap_ipmac.c | 326 !ip_set_optattr_netorder(tb, IPSET_ATTR_CADT_FLAGS))) in bitmap_ipmac_create() 390 [IPSET_ATTR_CADT_FLAGS] = { .type = NLA_U32 },
|
D | ip_set_bitmap_ip.c | 260 !ip_set_optattr_netorder(tb, IPSET_ATTR_CADT_FLAGS))) in bitmap_ip_create() 353 [IPSET_ATTR_CADT_FLAGS] = { .type = NLA_U32 },
|
D | ip_set_hash_mac.c | 143 [IPSET_ATTR_CADT_FLAGS] = { .type = NLA_U32 },
|
D | ip_set_hash_ip.c | 294 [IPSET_ATTR_CADT_FLAGS] = { .type = NLA_U32 },
|
D | ip_set_hash_ipmark.c | 299 [IPSET_ATTR_CADT_FLAGS] = { .type = NLA_U32 },
|
D | ip_set_hash_ipport.c | 366 [IPSET_ATTR_CADT_FLAGS] = { .type = NLA_U32 },
|
D | ip_set_hash_ipportip.c | 377 [IPSET_ATTR_CADT_FLAGS] = { .type = NLA_U32 },
|
D | ip_set_core.c | 371 if (tb[IPSET_ATTR_CADT_FLAGS]) in ip_set_elem_len() 372 cadt_flags = ip_set_get_h32(tb[IPSET_ATTR_CADT_FLAGS]); in ip_set_elem_len()
|
D | ip_set_hash_gen.h | 1071 !ip_set_optattr_netorder(tb, IPSET_ATTR_CADT_FLAGS))) in IPSET_TOKEN()
|
/linux-4.1.27/include/uapi/linux/netfilter/ipset/ |
D | ip_set.h | 83 IPSET_ATTR_CADT_FLAGS, /* 8 */ enumerator
|
/linux-4.1.27/include/linux/netfilter/ipset/ |
D | ip_set.h | 282 return nla_put_net32(skb, IPSET_ATTR_CADT_FLAGS, htonl(cadt_flags)); in ip_set_put_flags()
|