Lines Matching defs:trie
166 size_t __longest_prefix_match(const struct lpm_trie *trie, in __longest_prefix_match()
228 static size_t longest_prefix_match(const struct lpm_trie *trie, in longest_prefix_match()
238 struct lpm_trie *trie = container_of(map, struct lpm_trie, map); in trie_lookup_elem() local
290 static struct lpm_trie_node *lpm_trie_node_alloc(const struct lpm_trie *trie, in lpm_trie_node_alloc()
313 static int trie_check_add_elem(struct lpm_trie *trie, u64 flags) in trie_check_add_elem()
327 struct lpm_trie *trie = container_of(map, struct lpm_trie, map); in trie_update_elem() local
462 struct lpm_trie *trie = container_of(map, struct lpm_trie, map); in trie_delete_elem() local
574 struct lpm_trie *trie; in trie_alloc() local
604 struct lpm_trie *trie = container_of(map, struct lpm_trie, map); in trie_free() local
644 struct lpm_trie *trie = container_of(map, struct lpm_trie, map); in trie_get_next_key() local
751 struct lpm_trie *trie = container_of(map, struct lpm_trie, map); in trie_mem_usage() local