Home
last modified time | relevance | path

Searched refs:__longest_prefix_match (Results 1 – 1 of 1) sorted by relevance

/linux-6.12.1/kernel/bpf/
Dlpm_trie.c166 size_t __longest_prefix_match(const struct lpm_trie *trie, in __longest_prefix_match() function
232 return __longest_prefix_match(trie, node, key); in longest_prefix_match()
256 matchlen = __longest_prefix_match(trie, node, key); in trie_lookup_elem()