Home
last modified time | relevance | path

Searched refs:ip_set_optattr_netorder (Results 1 – 15 of 15) sorted by relevance

/linux-4.4.14/net/netfilter/ipset/
Dip_set_bitmap_port.c144 !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()
Dip_set_hash_netport.c174 !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()
Dip_set_hash_ipportnet.c181 !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()
Dip_set_list_set.c365 !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()
Dip_set_hash_netportnet.c198 !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()
Dip_set_hash_ipport.c124 !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()
Dip_set_bitmap_ip.c252 !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()
Dip_set_hash_net.c153 !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()
Dip_set_bitmap_ipmac.c324 !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()
Dip_set_hash_ipportip.c127 !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()
Dip_set_hash_gen.h1255 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()
Dip_set_hash_netnet.c181 !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()
Dip_set_hash_netiface.c213 !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()
Dip_set_core.c397 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/
Dip_set.h465 ip_set_optattr_netorder(struct nlattr *tb[], int type) in ip_set_optattr_netorder() function