Home
last modified time | relevance | path

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

/linux/drivers/net/wireguard/selftest/
H A Dallowedips.c138 horrible_match_v4(const struct horrible_allowedips_node *node, struct in_addr *ip) in horrible_match_v4() function
220 if (node->ip_version == 4 && horrible_match_v4(node, ip)) in horrible_allowedips_lookup_v4()