Searched refs:ip_set_optattr_netorder (Results 1 – 15 of 15) sorted by relevance
/linux-4.4.14/net/netfilter/ipset/ |
D | ip_set_bitmap_port.c | 144 !ip_set_optattr_netorder(tb, IPSET_ATTR_PORT_TO))) in bitmap_port_uadt() 233 !ip_set_optattr_netorder(tb, IPSET_ATTR_TIMEOUT) || in bitmap_port_create() 234 !ip_set_optattr_netorder(tb, IPSET_ATTR_CADT_FLAGS))) in bitmap_port_create()
|
D | ip_set_hash_netport.c | 174 !ip_set_optattr_netorder(tb, IPSET_ATTR_PORT_TO) || in hash_netport4_uadt() 175 !ip_set_optattr_netorder(tb, IPSET_ATTR_CADT_FLAGS))) in hash_netport4_uadt() 389 !ip_set_optattr_netorder(tb, IPSET_ATTR_PORT_TO) || in hash_netport6_uadt() 390 !ip_set_optattr_netorder(tb, IPSET_ATTR_CADT_FLAGS))) in hash_netport6_uadt()
|
D | ip_set_hash_ipportnet.c | 181 !ip_set_optattr_netorder(tb, IPSET_ATTR_PORT_TO) || in hash_ipportnet4_uadt() 182 !ip_set_optattr_netorder(tb, IPSET_ATTR_CADT_FLAGS))) in hash_ipportnet4_uadt() 431 !ip_set_optattr_netorder(tb, IPSET_ATTR_PORT_TO) || in hash_ipportnet6_uadt() 432 !ip_set_optattr_netorder(tb, IPSET_ATTR_CADT_FLAGS))) in hash_ipportnet6_uadt()
|
D | ip_set_list_set.c | 365 !ip_set_optattr_netorder(tb, IPSET_ATTR_CADT_FLAGS))) in list_set_uadt() 610 if (unlikely(!ip_set_optattr_netorder(tb, IPSET_ATTR_SIZE) || in list_set_create() 611 !ip_set_optattr_netorder(tb, IPSET_ATTR_TIMEOUT) || in list_set_create() 612 !ip_set_optattr_netorder(tb, IPSET_ATTR_CADT_FLAGS))) in list_set_create()
|
D | ip_set_hash_netportnet.c | 198 !ip_set_optattr_netorder(tb, IPSET_ATTR_PORT_TO) || in hash_netportnet4_uadt() 199 !ip_set_optattr_netorder(tb, IPSET_ATTR_CADT_FLAGS))) in hash_netportnet4_uadt() 475 !ip_set_optattr_netorder(tb, IPSET_ATTR_PORT_TO) || in hash_netportnet6_uadt() 476 !ip_set_optattr_netorder(tb, IPSET_ATTR_CADT_FLAGS))) in hash_netportnet6_uadt()
|
D | ip_set_hash_ipport.c | 124 !ip_set_optattr_netorder(tb, IPSET_ATTR_PORT_TO))) in hash_ipport4_uadt() 282 !ip_set_optattr_netorder(tb, IPSET_ATTR_PORT_TO))) in hash_ipport6_uadt()
|
D | ip_set_bitmap_ip.c | 252 !ip_set_optattr_netorder(tb, IPSET_ATTR_TIMEOUT) || in bitmap_ip_create() 253 !ip_set_optattr_netorder(tb, IPSET_ATTR_CADT_FLAGS))) in bitmap_ip_create()
|
D | ip_set_hash_net.c | 153 !ip_set_optattr_netorder(tb, IPSET_ATTR_CADT_FLAGS))) in hash_net4_uadt() 320 !ip_set_optattr_netorder(tb, IPSET_ATTR_CADT_FLAGS))) in hash_net6_uadt()
|
D | ip_set_bitmap_ipmac.c | 324 !ip_set_optattr_netorder(tb, IPSET_ATTR_TIMEOUT) || in bitmap_ipmac_create() 325 !ip_set_optattr_netorder(tb, IPSET_ATTR_CADT_FLAGS))) in bitmap_ipmac_create()
|
D | ip_set_hash_ipportip.c | 127 !ip_set_optattr_netorder(tb, IPSET_ATTR_PORT_TO))) in hash_ipportip4_uadt() 293 !ip_set_optattr_netorder(tb, IPSET_ATTR_PORT_TO))) in hash_ipportip6_uadt()
|
D | ip_set_hash_gen.h | 1255 if (unlikely(!ip_set_optattr_netorder(tb, IPSET_ATTR_HASHSIZE) || in IPSET_TOKEN() 1256 !ip_set_optattr_netorder(tb, IPSET_ATTR_MAXELEM) || in IPSET_TOKEN() 1257 !ip_set_optattr_netorder(tb, IPSET_ATTR_TIMEOUT) || in IPSET_TOKEN() 1258 !ip_set_optattr_netorder(tb, IPSET_ATTR_CADT_FLAGS))) in IPSET_TOKEN() 1262 if (unlikely(!ip_set_optattr_netorder(tb, IPSET_ATTR_MARKMASK))) in IPSET_TOKEN()
|
D | ip_set_hash_netnet.c | 181 !ip_set_optattr_netorder(tb, IPSET_ATTR_CADT_FLAGS))) in hash_netnet4_uadt() 412 !ip_set_optattr_netorder(tb, IPSET_ATTR_CADT_FLAGS))) in hash_netnet6_uadt()
|
D | ip_set_hash_netiface.c | 213 !ip_set_optattr_netorder(tb, IPSET_ATTR_CADT_FLAGS))) in hash_netiface4_uadt() 422 !ip_set_optattr_netorder(tb, IPSET_ATTR_CADT_FLAGS))) in hash_netiface6_uadt()
|
D | ip_set_core.c | 397 if (unlikely(!ip_set_optattr_netorder(tb, IPSET_ATTR_TIMEOUT) || in ip_set_get_extensions() 398 !ip_set_optattr_netorder(tb, IPSET_ATTR_PACKETS) || in ip_set_get_extensions() 399 !ip_set_optattr_netorder(tb, IPSET_ATTR_BYTES) || in ip_set_get_extensions() 400 !ip_set_optattr_netorder(tb, IPSET_ATTR_SKBMARK) || in ip_set_get_extensions() 401 !ip_set_optattr_netorder(tb, IPSET_ATTR_SKBPRIO) || in ip_set_get_extensions() 402 !ip_set_optattr_netorder(tb, IPSET_ATTR_SKBQUEUE))) in ip_set_get_extensions()
|
/linux-4.4.14/include/linux/netfilter/ipset/ |
D | ip_set.h | 465 ip_set_optattr_netorder(struct nlattr *tb[], int type) in ip_set_optattr_netorder() function
|