Home
last modified time | relevance | path

Searched defs:trie (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/kernel/bpf/
Dlpm_trie.c167 static size_t longest_prefix_match(const struct lpm_trie *trie, in longest_prefix_match()
193 struct lpm_trie *trie = container_of(map, struct lpm_trie, map); in trie_lookup_elem() local
240 static struct lpm_trie_node *lpm_trie_node_alloc(const struct lpm_trie *trie, in lpm_trie_node_alloc()
267 struct lpm_trie *trie = container_of(map, struct lpm_trie, map); in trie_update_elem() local
397 struct lpm_trie *trie = container_of(map, struct lpm_trie, map); in trie_delete_elem() local
505 struct lpm_trie *trie; in trie_alloc() local
556 struct lpm_trie *trie = container_of(map, struct lpm_trie, map); in trie_free() local
601 struct lpm_trie *trie = container_of(map, struct lpm_trie, map); in trie_get_next_key() local
/Linux-v4.19/net/ipv4/
Dfib_trie.c178 struct trie { struct
181 struct trie_use_stats __percpu *stats; argument
185 static struct key_vector *resize(struct trie *t, struct key_vector *tn); argument