Searched defs:trie (Results 1 – 3 of 3) sorted by relevance
/linux/kernel/bpf/ |
H A D | lpm_trie.c | 167 __longest_prefix_match(const struct lpm_trie * trie,const struct lpm_trie_node * node,const struct bpf_lpm_trie_key_u8 * key) __longest_prefix_match() argument 229 longest_prefix_match(const struct lpm_trie * trie,const struct lpm_trie_node * node,const struct bpf_lpm_trie_key_u8 * key) longest_prefix_match() argument 239 struct lpm_trie *trie = container_of(map, struct lpm_trie, map); trie_lookup_elem() local 291 lpm_trie_node_alloc(struct lpm_trie * trie,const void * value) lpm_trie_node_alloc() argument 310 trie_check_add_elem(struct lpm_trie * trie,u64 flags) trie_check_add_elem() argument 324 struct lpm_trie *trie = container_of(map, struct lpm_trie, map); trie_update_elem() local 457 struct lpm_trie *trie = container_of(map, struct lpm_trie, map); trie_delete_elem() local 570 struct lpm_trie *trie; trie_alloc() local 612 struct lpm_trie *trie = container_of(map, struct lpm_trie, map); trie_free() local 656 struct lpm_trie *trie = container_of(map, struct lpm_trie, map); trie_get_next_key() local 763 struct lpm_trie *trie = container_of(map, struct lpm_trie, map); trie_mem_usage() local [all...] |
/linux/net/ipv4/ |
H A D | fib_trie.c | 167 struct trie { struct 170 struct trie_use_stats __percpu *stats; argument 174 static struct key_vector *resize(struct trie *t, struct key_vector *tn); argument
|
/linux/fs/unicode/ |
H A D | mkutf8data.c | 2709 utf8trie_t *trie; in utf8nlookup() local
|