Home
last modified time | relevance | path

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

/linux-5.19.10/net/netfilter/ipset/
Dip_set_hash_netport.c140 if (adt == IPSET_TEST) in hash_netport4_kadt()
215 if (adt == IPSET_TEST || !(with_ports || tb[IPSET_ATTR_IP_TO])) { in hash_netport4_uadt()
365 if (adt == IPSET_TEST) in hash_netport6_kadt()
440 if (adt == IPSET_TEST || !with_ports || !tb[IPSET_ATTR_PORT_TO]) { in hash_netport6_uadt()
Dip_set_hash_net.c126 if (adt == IPSET_TEST) in hash_net4_kadt()
174 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.c145 if (adt == IPSET_TEST) in hash_ipportnet4_kadt()
224 if (adt == IPSET_TEST || in hash_ipportnet4_uadt()
399 if (adt == IPSET_TEST) in hash_ipportnet6_kadt()
486 if (adt == IPSET_TEST || !with_ports || !tb[IPSET_ATTR_PORT_TO]) { in hash_ipportnet6_uadt()
Dip_set_hash_netportnet.c161 if (adt == IPSET_TEST) in hash_netportnet4_kadt()
247 if (adt == IPSET_TEST || in hash_netportnet4_uadt()
454 if (adt == IPSET_TEST) in hash_netportnet6_kadt()
542 if (adt == IPSET_TEST || !with_ports || !tb[IPSET_ATTR_PORT_TO]) { in hash_netportnet6_uadt()
Dip_set_hash_ipmark.c127 if (adt == IPSET_TEST || in hash_ipmark4_uadt()
266 if (adt == IPSET_TEST) { in hash_ipmark6_uadt()
Dip_set_hash_netiface.c169 if (adt == IPSET_TEST) in hash_netiface4_kadt()
241 if (adt == IPSET_TEST || !tb[IPSET_ATTR_IP_TO]) { in hash_netiface4_uadt()
393 if (adt == IPSET_TEST) in hash_netiface6_kadt()
Dip_set_hash_netnet.c151 if (adt == IPSET_TEST) in hash_netnet4_kadt()
214 if (adt == IPSET_TEST || !(tb[IPSET_ATTR_IP_TO] || in hash_netnet4_uadt()
399 if (adt == IPSET_TEST) in hash_netnet6_kadt()
Dip_set_hash_ipport.c147 if (adt == IPSET_TEST || in hash_ipport4_uadt()
316 if (adt == IPSET_TEST || !with_ports || !tb[IPSET_ATTR_PORT_TO]) { in hash_ipport6_uadt()
Dip_set_hash_ipportip.c154 if (adt == IPSET_TEST || in hash_ipportip4_uadt()
331 if (adt == IPSET_TEST || !with_ports || !tb[IPSET_ATTR_PORT_TO]) { in hash_ipportip6_uadt()
Dip_set_list_set.c123 case IPSET_TEST: in list_set_kadt()
397 if (adt != IPSET_TEST && SET_WITH_TIMEOUT(set)) in list_set_uadt()
554 [IPSET_TEST] = list_set_utest,
Dip_set_hash_ip.c127 if (adt == IPSET_TEST) in hash_ip4_uadt()
Dip_set_bitmap_port.c178 if (adt == IPSET_TEST) { in bitmap_port_uadt()
Dip_set_bitmap_gen.h297 [IPSET_TEST] = mtype_test,
Dip_set_bitmap_ip.c157 if (adt == IPSET_TEST) { in bitmap_ip_uadt()
Dip_set_core.c743 ret = set->variant->kadt(set, skb, par, IPSET_TEST, opt); in ip_set_test()
1843 ret = set->variant->uadt(set, tb, IPSET_TEST, &lineno, 0, 0); in ip_set_utest()
Dip_set_hash_gen.h1428 [IPSET_TEST] = mtype_test,
/linux-5.19.10/include/uapi/linux/netfilter/ipset/
Dip_set.h226 IPSET_TEST, enumerator
/linux-5.19.10/include/linux/netfilter/ipset/
Dip_set.h365 return adt == IPSET_TEST && in ip_set_enomatch()