Searched refs:prefix_matches (Results 1 – 1 of 1) sorted by relevance
140 static bool prefix_matches(const struct allowedips_node *node, const u8 *key, in prefix_matches() function157 while (node && prefix_matches(node, key, bits)) { in find_node()199 while (node && node->cidr <= cidr && prefix_matches(node, key, bits)) { in node_placement()