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