Home
last modified time | relevance | path

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

/openbmc/linux/kernel/bpf/
H A Dlpm_trie.c165 static size_t longest_prefix_match(const struct lpm_trie *trie, in longest_prefix_match()
230 struct lpm_trie *trie = container_of(map, struct lpm_trie, map); in trie_lookup_elem() local
282 static struct lpm_trie_node *lpm_trie_node_alloc(const struct lpm_trie *trie, in lpm_trie_node_alloc()
309 struct lpm_trie *trie = container_of(map, struct lpm_trie, map); in trie_update_elem() local
441 struct lpm_trie *trie = container_of(map, struct lpm_trie, map); in trie_delete_elem() local
553 struct lpm_trie *trie; in trie_alloc() local
583 struct lpm_trie *trie = container_of(map, struct lpm_trie, map); in trie_free() local
623 struct lpm_trie *trie = container_of(map, struct lpm_trie, map); in trie_get_next_key() local
730 struct lpm_trie *trie = container_of(map, struct lpm_trie, map); in trie_mem_usage() local
/openbmc/linux/drivers/net/wireguard/
H A 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()
/openbmc/bmcweb/test/redfish-core/include/utils/
H A Dquery_param_test.cpp235 SelectTrie trie; in getTrie() local
246 SelectTrie trie = getTrie(properties); in TEST() local
258 SelectTrie trie = getTrie(properties); in TEST() local
/openbmc/bmcweb/http/
H A Drouting.hpp418 Trie trie; member
572 Trie& trie = perMethod.trie; in handleUpgrade() local
/openbmc/linux/fs/unicode/
H A Dutf8-norm.c306 utf8trie_t *trie = um->tables->utf8data + um->ntab[n]->offset; in utf8nlookup() local
H A Dmkutf8data.c2640 utf8trie_t *trie; in utf8nlookup() local
/openbmc/linux/net/ipv4/
H A Dfib_trie.c166 struct trie { struct
169 struct trie_use_stats __percpu *stats; argument
173 static struct key_vector *resize(struct trie *t, struct key_vector *tn); argument