Searched refs:prefix_matches (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireguard/ |
H A D | allowedips.c | 99 static bool prefix_matches(const struct allowedips_node *node, const u8 *key, in prefix_matches() function 116 while (node && prefix_matches(node, key, bits)) { in find_node() 157 while (node && node->cidr <= cidr && prefix_matches(node, key, bits)) { in node_placement()
|
/kernel/linux/linux-6.6/drivers/net/wireguard/ |
H A D | allowedips.c | 99 static bool prefix_matches(const struct allowedips_node *node, const u8 *key, in prefix_matches() function 116 while (node && prefix_matches(node, key, bits)) { in find_node() 157 while (node && node->cidr <= cidr && prefix_matches(node, key, bits)) { in node_placement()
|
Completed in 2 milliseconds