Searched refs:IPSET_TEST (Results 1 – 18 of 18) sorted by relevance
/openbmc/linux/net/netfilter/ipset/ |
H A D | ip_set_hash_netport.c | 140 if (adt == IPSET_TEST) in hash_netport4_kadt() 214 if (adt == IPSET_TEST || !(with_ports || tb[IPSET_ATTR_IP_TO])) { in hash_netport4_uadt() 360 if (adt == IPSET_TEST) in hash_netport6_kadt() 435 if (adt == IPSET_TEST || !with_ports || !tb[IPSET_ATTR_PORT_TO]) { in hash_netport6_uadt()
|
H A D | ip_set_hash_net.c | 126 if (adt == IPSET_TEST) in hash_net4_kadt() 174 if (adt == IPSET_TEST || !tb[IPSET_ATTR_IP_TO]) { in hash_net4_uadt() 300 if (adt == IPSET_TEST) in hash_net6_kadt()
|
H A D | ip_set_hash_ipportnet.c | 145 if (adt == IPSET_TEST) in hash_ipportnet4_kadt() 224 if (adt == IPSET_TEST || in hash_ipportnet4_uadt() 402 if (adt == IPSET_TEST) in hash_ipportnet6_kadt() 489 if (adt == IPSET_TEST || !with_ports || !tb[IPSET_ATTR_PORT_TO]) { in hash_ipportnet6_uadt()
|
H A D | ip_set_hash_netportnet.c | 162 if (adt == IPSET_TEST) in hash_netportnet4_kadt() 257 if (adt == IPSET_TEST || in hash_netportnet4_uadt() 457 if (adt == IPSET_TEST) in hash_netportnet6_kadt() 545 if (adt == IPSET_TEST || !with_ports || !tb[IPSET_ATTR_PORT_TO]) { in hash_netportnet6_uadt()
|
H A D | ip_set_hash_ipmark.c | 127 if (adt == IPSET_TEST || in hash_ipmark4_uadt() 267 if (adt == IPSET_TEST) { in hash_ipmark6_uadt()
|
H A D | ip_set_hash_netiface.c | 169 if (adt == IPSET_TEST) in hash_netiface4_kadt() 241 if (adt == IPSET_TEST || !tb[IPSET_ATTR_IP_TO]) { in hash_netiface4_uadt() 390 if (adt == IPSET_TEST) in hash_netiface6_kadt()
|
H A D | ip_set_hash_netnet.c | 154 if (adt == IPSET_TEST) in hash_netnet4_kadt() 216 if (adt == IPSET_TEST || !(tb[IPSET_ATTR_IP_TO] || in hash_netnet4_uadt() 393 if (adt == IPSET_TEST) in hash_netnet6_kadt()
|
H A D | ip_set_hash_ipport.c | 158 if (adt == IPSET_TEST || in hash_ipport4_uadt() 337 if (adt == IPSET_TEST || !with_ports || !tb[IPSET_ATTR_PORT_TO]) { in hash_ipport6_uadt()
|
H A D | ip_set_hash_ipportip.c | 154 if (adt == IPSET_TEST || in hash_ipportip4_uadt() 332 if (adt == IPSET_TEST || !with_ports || !tb[IPSET_ATTR_PORT_TO]) { in hash_ipportip6_uadt()
|
H A D | ip_set_list_set.c | 123 case IPSET_TEST: in list_set_kadt() 401 if (adt != IPSET_TEST && SET_WITH_TIMEOUT(set)) in list_set_uadt() 561 [IPSET_TEST] = list_set_utest,
|
H A D | ip_set_bitmap_port.c | 178 if (adt == IPSET_TEST) { in bitmap_port_uadt()
|
H A D | ip_set_hash_ip.c | 129 if (adt == IPSET_TEST) in hash_ip4_uadt()
|
H A D | ip_set_bitmap_ip.c | 157 if (adt == IPSET_TEST) { in bitmap_ip_uadt()
|
H A D | ip_set_bitmap_gen.h | 304 [IPSET_TEST] = mtype_test,
|
H A D | ip_set_core.c | 748 ret = set->variant->kadt(set, skb, par, IPSET_TEST, opt); in ip_set_test() 1894 ret = set->variant->uadt(set, tb, IPSET_TEST, &lineno, 0, 0); in ip_set_utest()
|
H A D | ip_set_hash_gen.h | 1442 [IPSET_TEST] = mtype_test,
|
/openbmc/linux/include/uapi/linux/netfilter/ipset/ |
H A D | ip_set.h | 224 IPSET_TEST, enumerator
|
/openbmc/linux/include/linux/netfilter/ipset/ |
H A D | ip_set.h | 369 return adt == IPSET_TEST && in ip_set_enomatch()
|