Home
last modified time | relevance | path

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

/linux-4.1.27/net/netfilter/ipset/
Dip_set_hash_netport.c144 if (adt == IPSET_TEST) in hash_netport4_kadt()
222 if (adt == IPSET_TEST || !(with_ports || tb[IPSET_ATTR_IP_TO])) { in hash_netport4_uadt()
364 if (adt == IPSET_TEST) in hash_netport6_kadt()
443 if (adt == IPSET_TEST || !with_ports || !tb[IPSET_ATTR_PORT_TO]) { in hash_netport6_uadt()
Dip_set_hash_net.c130 if (adt == IPSET_TEST) in hash_net4_kadt()
180 if (adt == IPSET_TEST || !tb[IPSET_ATTR_IP_TO]) { in hash_net4_uadt()
303 if (adt == IPSET_TEST) in hash_net6_kadt()
Dip_set_hash_ipportnet.c149 if (adt == IPSET_TEST) in hash_ipportnet4_kadt()
232 if (adt == IPSET_TEST || in hash_ipportnet4_uadt()
405 if (adt == IPSET_TEST) in hash_ipportnet6_kadt()
492 if (adt == IPSET_TEST || !with_ports || !tb[IPSET_ATTR_PORT_TO]) { in hash_ipportnet6_uadt()
Dip_set_hash_netportnet.c158 if (adt == IPSET_TEST) in hash_netportnet4_kadt()
247 if (adt == IPSET_TEST || in hash_netportnet4_uadt()
435 if (adt == IPSET_TEST) in hash_netportnet6_kadt()
522 if (adt == IPSET_TEST || !with_ports || !tb[IPSET_ATTR_PORT_TO]) { in hash_netportnet6_uadt()
Dip_set_hash_ipmark.c134 if (adt == IPSET_TEST || in hash_ipmark4_uadt()
269 if (adt == IPSET_TEST) { in hash_ipmark6_uadt()
Dip_set_hash_netnet.c147 if (adt == IPSET_TEST) in hash_netnet4_kadt()
211 if (adt == IPSET_TEST || !(tb[IPSET_ATTR_IP_TO] || in hash_netnet4_uadt()
378 if (adt == IPSET_TEST) in hash_netnet6_kadt()
Dip_set_hash_netiface.c247 if (adt == IPSET_TEST) in hash_netiface4_kadt()
341 if (adt == IPSET_TEST || !tb[IPSET_ATTR_IP_TO]) { in hash_netiface4_uadt()
487 if (adt == IPSET_TEST) in hash_netiface6_kadt()
Dip_set_hash_ipport.c157 if (adt == IPSET_TEST || in hash_ipport4_uadt()
326 if (adt == IPSET_TEST || !with_ports || !tb[IPSET_ATTR_PORT_TO]) { in hash_ipport6_uadt()
Dip_set_hash_ipportip.c163 if (adt == IPSET_TEST || in hash_ipportip4_uadt()
338 if (adt == IPSET_TEST || !with_ports || !tb[IPSET_ATTR_PORT_TO]) { in hash_ipportip6_uadt()
Dip_set_list_set.c143 case IPSET_TEST: in list_set_kadt()
432 if (adt != IPSET_TEST && SET_WITH_TIMEOUT(set)) in list_set_uadt()
568 [IPSET_TEST] = list_set_utest,
Dip_set_hash_ip.c131 if (adt == IPSET_TEST) { in hash_ip4_uadt()
Dip_set_bitmap_port.c159 if (adt == IPSET_TEST) { in bitmap_port_uadt()
Dip_set_bitmap_gen.h284 [IPSET_TEST] = mtype_test,
Dip_set_bitmap_ip.c160 if (adt == IPSET_TEST) { in bitmap_ip_uadt()
Dip_set_core.c500 ret = set->variant->kadt(set, skb, par, IPSET_TEST, opt); in ip_set_test()
1593 ret = set->variant->uadt(set, tb, IPSET_TEST, NULL, 0, 0); in ip_set_utest()
Dip_set_hash_gen.h1024 [IPSET_TEST] = mtype_test,
/linux-4.1.27/include/uapi/linux/netfilter/ipset/
Dip_set.h216 IPSET_TEST, enumerator
/linux-4.1.27/include/linux/netfilter/ipset/
Dip_set.h444 return adt == IPSET_TEST && in ip_set_enomatch()