Searched refs:prefix_matches (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/net/wireguard/
H A Dallowedips.c99 static bool prefix_matches(const struct allowedips_node *node, const u8 *key, function
116 while (node && prefix_matches(node, key, bits)) {
157 while (node && node->cidr <= cidr && prefix_matches(node, key, bits)) {

Completed in 153 milliseconds