Searched refs:IPSET_TEST (Results 1 – 18 of 18) sorted by relevance
/linux-4.4.14/net/netfilter/ipset/ |
D | ip_set_hash_netport.c | 143 if (adt == IPSET_TEST) in hash_netport4_kadt() 217 if (adt == IPSET_TEST || !(with_ports || tb[IPSET_ATTR_IP_TO])) { in hash_netport4_uadt() 358 if (adt == IPSET_TEST) in hash_netport6_kadt() 433 if (adt == IPSET_TEST || !with_ports || !tb[IPSET_ATTR_PORT_TO]) { in hash_netport6_uadt()
|
D | ip_set_hash_net.c | 129 if (adt == IPSET_TEST) in hash_net4_kadt() 177 if (adt == IPSET_TEST || !tb[IPSET_ATTR_IP_TO]) { in hash_net4_uadt() 298 if (adt == IPSET_TEST) in hash_net6_kadt()
|
D | ip_set_hash_ipportnet.c | 148 if (adt == IPSET_TEST) in hash_ipportnet4_kadt() 227 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()
|
D | ip_set_hash_netportnet.c | 164 if (adt == IPSET_TEST) in hash_netportnet4_kadt() 249 if (adt == IPSET_TEST || in hash_netportnet4_uadt() 442 if (adt == IPSET_TEST) in hash_netportnet6_kadt() 530 if (adt == IPSET_TEST || !with_ports || !tb[IPSET_ATTR_PORT_TO]) { in hash_netportnet6_uadt()
|
D | ip_set_hash_ipmark.c | 129 if (adt == IPSET_TEST || in hash_ipmark4_uadt() 262 if (adt == IPSET_TEST) { in hash_ipmark6_uadt()
|
D | ip_set_hash_netnet.c | 153 if (adt == IPSET_TEST) in hash_netnet4_kadt() 215 if (adt == IPSET_TEST || !(tb[IPSET_ATTR_IP_TO] || in hash_netnet4_uadt() 387 if (adt == IPSET_TEST) in hash_netnet6_kadt()
|
D | ip_set_hash_netiface.c | 169 if (adt == IPSET_TEST) in hash_netiface4_kadt() 239 if (adt == IPSET_TEST || !tb[IPSET_ATTR_IP_TO]) { in hash_netiface4_uadt() 382 if (adt == IPSET_TEST) in hash_netiface6_kadt()
|
D | ip_set_hash_ipport.c | 150 if (adt == IPSET_TEST || in hash_ipport4_uadt() 316 if (adt == IPSET_TEST || !with_ports || !tb[IPSET_ATTR_PORT_TO]) { in hash_ipport6_uadt()
|
D | ip_set_list_set.c | 134 case IPSET_TEST: in list_set_kadt() 402 if (adt != IPSET_TEST && SET_WITH_TIMEOUT(set)) in list_set_uadt() 550 [IPSET_TEST] = list_set_utest,
|
D | ip_set_hash_ipportip.c | 157 if (adt == IPSET_TEST || in hash_ipportip4_uadt() 331 if (adt == IPSET_TEST || !with_ports || !tb[IPSET_ATTR_PORT_TO]) { in hash_ipportip6_uadt()
|
D | ip_set_hash_ip.c | 127 if (adt == IPSET_TEST) { in hash_ip4_uadt()
|
D | ip_set_bitmap_port.c | 154 if (adt == IPSET_TEST) { in bitmap_port_uadt()
|
D | ip_set_bitmap_gen.h | 293 [IPSET_TEST] = mtype_test,
|
D | ip_set_bitmap_ip.c | 159 if (adt == IPSET_TEST) { in bitmap_ip_uadt()
|
D | ip_set_core.c | 535 ret = set->variant->kadt(set, skb, par, IPSET_TEST, opt); in ip_set_test() 1638 ret = set->variant->uadt(set, tb, IPSET_TEST, NULL, 0, 0); in ip_set_utest()
|
D | ip_set_hash_gen.h | 1213 [IPSET_TEST] = mtype_test,
|
/linux-4.4.14/include/uapi/linux/netfilter/ipset/ |
D | ip_set.h | 216 IPSET_TEST, enumerator
|
/linux-4.4.14/include/linux/netfilter/ipset/ |
D | ip_set.h | 451 return adt == IPSET_TEST && in ip_set_enomatch()
|