Searched refs:lpm_trie (Results 1 – 2 of 2) sorted by relevance
/kernel/bpf/ |
D | lpm_trie.c | 32 struct lpm_trie { struct 165 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() 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() 439 struct lpm_trie *trie = container_of(map, struct lpm_trie, map); in trie_delete_elem() 548 struct lpm_trie *trie; in trie_alloc() 581 struct lpm_trie *trie = container_of(map, struct lpm_trie, map); in trie_free() 621 struct lpm_trie *trie = container_of(map, struct lpm_trie, map); in trie_get_next_key() 726 BTF_ID_LIST_SINGLE(trie_map_btf_ids, struct, lpm_trie)
|
D | Makefile | 10 obj-$(CONFIG_BPF_SYSCALL) += hashtab.o arraymap.o percpu_freelist.o bpf_lru_list.o lpm_trie.o map_i…
|