Searched defs:trie (Results 1 – 1 of 1) sorted by relevance
/kernel/bpf/ |
D | lpm_trie.c | 164 static size_t longest_prefix_match(const struct lpm_trie *trie, in longest_prefix_match() 229 struct lpm_trie *trie = container_of(map, struct lpm_trie, map); in trie_lookup_elem() local 279 static struct lpm_trie_node *lpm_trie_node_alloc(const struct lpm_trie *trie, in lpm_trie_node_alloc() 306 struct lpm_trie *trie = container_of(map, struct lpm_trie, map); in trie_update_elem() local 436 struct lpm_trie *trie = container_of(map, struct lpm_trie, map); in trie_delete_elem() local 545 struct lpm_trie *trie; in trie_alloc() local 591 struct lpm_trie *trie = container_of(map, struct lpm_trie, map); in trie_free() local 631 struct lpm_trie *trie = container_of(map, struct lpm_trie, map); in trie_get_next_key() local
|