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