Searched refs:test_ip (Results 1 – 1 of 1) sorted by relevance
274 struct npf_test_ip *test_ip = in npf_ip_src_addr_match() local278 for (uint32_t ip_it = 0; ip_it < test_ip->ipaddr_num; ip_it++) { in npf_ip_src_addr_match()282 if (net_ipv4_addr_cmp(addr, &((struct in_addr *)test_ip->ipaddr)[ip_it])) { in npf_ip_src_addr_match()288 if (net_ipv6_addr_cmp(addr, &((struct in6_addr *)test_ip->ipaddr)[ip_it])) { in npf_ip_src_addr_match()