Home
last modified time | relevance | path

Searched refs:lpm_trie (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/kernel/bpf/
Dlpm_trie.c34 struct lpm_trie { struct
167 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()
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()
397 struct lpm_trie *trie = container_of(map, struct lpm_trie, map); in trie_delete_elem()
505 struct lpm_trie *trie; in trie_alloc()
556 struct lpm_trie *trie = container_of(map, struct lpm_trie, map); in trie_free()
601 struct lpm_trie *trie = container_of(map, struct lpm_trie, map); in trie_get_next_key()
DMakefile5 obj-$(CONFIG_BPF_SYSCALL) += hashtab.o arraymap.o percpu_freelist.o bpf_lru_list.o lpm_trie.o map_i…