Lines Matching +defs:test +defs:ip
84 union nf_inet_addr ip; member
138 horrible_match_v4(const struct horrible_allowedips_node *node, struct in_addr *ip) in horrible_match_v4()
144 horrible_match_v6(const struct horrible_allowedips_node *node, struct in6_addr *ip) in horrible_match_v6()
182 struct in_addr *ip, u8 cidr, void *value) in horrible_allowedips_insert_v4()
199 struct in6_addr *ip, u8 cidr, void *value) in horrible_allowedips_insert_v6()
215 horrible_allowedips_lookup_v4(struct horrible_allowedips *table, struct in_addr *ip) in horrible_allowedips_lookup_v4()
227 horrible_allowedips_lookup_v6(struct horrible_allowedips *table, struct in6_addr *ip) in horrible_allowedips_lookup_v6()
257 u8 ip[16], mutate_mask[16], mutated[16]; in randomized_test() local
427 static struct in_addr ip; in ip4() local
439 static struct in6_addr ip; in ip6() local
472 #define test(version, mem, ipa, ipb, ipc, ipd) do { \ macro
500 struct in6_addr ip; in wg_allowedips_selftest() local
619 u8 cidr, ip[16] __aligned(__alignof(u64)); in wg_allowedips_selftest() local