Home
last modified time | relevance | path

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

/Linux-v5.4/kernel/bpf/
Dlpm_trie.c31 struct lpm_trie { struct
164 static size_t longest_prefix_match(const struct lpm_trie *trie, in longest_prefix_match()
229 struct lpm_trie *trie = container_of(map, struct lpm_trie, map); in trie_lookup_elem()
276 static struct lpm_trie_node *lpm_trie_node_alloc(const struct lpm_trie *trie, in lpm_trie_node_alloc()
303 struct lpm_trie *trie = container_of(map, struct lpm_trie, map); in trie_update_elem()
433 struct lpm_trie *trie = container_of(map, struct lpm_trie, map); in trie_delete_elem()
542 struct lpm_trie *trie; in trie_alloc()
588 struct lpm_trie *trie = container_of(map, struct lpm_trie, map); in trie_free()
633 struct lpm_trie *trie = container_of(map, struct lpm_trie, map); in trie_get_next_key()
DMakefile6 obj-$(CONFIG_BPF_SYSCALL) += hashtab.o arraymap.o percpu_freelist.o bpf_lru_list.o lpm_trie.o map_i…
/Linux-v5.4/tools/bpf/bpftool/Documentation/
Dbpftool-map.rst49 | | **lru_percpu_hash** | **lpm_trie** | **array_of_maps** | **hash_of_maps**
/Linux-v5.4/tools/bpf/bpftool/bash-completion/
Dbpftool491 lru_percpu_hash lpm_trie array_of_maps \