Home
last modified time | relevance | path

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

/linux-6.14.4/kernel/bpf/
Dlpm_trie.c167 size_t __longest_prefix_match(const struct lpm_trie *trie, in __longest_prefix_match()
229 static size_t longest_prefix_match(const struct lpm_trie *trie, in longest_prefix_match()
239 struct lpm_trie *trie = container_of(map, struct lpm_trie, map); in trie_lookup_elem() local
291 static struct lpm_trie_node *lpm_trie_node_alloc(struct lpm_trie *trie, in lpm_trie_node_alloc()
310 static int trie_check_add_elem(struct lpm_trie *trie, u64 flags) in trie_check_add_elem()
324 struct lpm_trie *trie = container_of(map, struct lpm_trie, map); in trie_update_elem() local
457 struct lpm_trie *trie = container_of(map, struct lpm_trie, map); in trie_delete_elem() local
570 struct lpm_trie *trie; in trie_alloc() local
612 struct lpm_trie *trie = container_of(map, struct lpm_trie, map); in trie_free() local
656 struct lpm_trie *trie = container_of(map, struct lpm_trie, map); in trie_get_next_key() local
[all …]
/linux-6.14.4/drivers/net/wireguard/
Dallowedips.c111 static struct allowedips_node *find_node(struct allowedips_node *trie, u8 bits, in find_node()
149 static bool node_placement(struct allowedips_node __rcu *trie, const u8 *key, in node_placement()
181 static int add(struct allowedips_node __rcu **trie, u8 bits, const u8 *key, in add()
/linux-6.14.4/fs/unicode/
Dutf8-norm.c306 utf8trie_t *trie = um->tables->utf8data + um->ntab[n]->offset; in utf8nlookup() local
Dmkutf8data.c2709 utf8trie_t *trie; in utf8nlookup() local
/linux-6.14.4/net/ipv4/
Dfib_trie.c167 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