Searched refs:__longest_prefix_match (Results 1 – 1 of 1) sorted by relevance
166 size_t __longest_prefix_match(const struct lpm_trie *trie, in __longest_prefix_match() function232 return __longest_prefix_match(trie, node, key); in longest_prefix_match()256 matchlen = __longest_prefix_match(trie, node, key); in trie_lookup_elem()