Searched refs:lpm_trie (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.15/kernel/bpf/ |
D | lpm_trie.c | 31 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() 278 static struct lpm_trie_node *lpm_trie_node_alloc(const struct lpm_trie *trie, in lpm_trie_node_alloc() 305 struct lpm_trie *trie = container_of(map, struct lpm_trie, map); in trie_update_elem() 435 struct lpm_trie *trie = container_of(map, struct lpm_trie, map); in trie_delete_elem() 544 struct lpm_trie *trie; in trie_alloc() 577 struct lpm_trie *trie = container_of(map, struct lpm_trie, map); in trie_free() 617 struct lpm_trie *trie = container_of(map, struct lpm_trie, map); in trie_get_next_key()
|
D | Makefile | 10 obj-$(CONFIG_BPF_SYSCALL) += hashtab.o arraymap.o percpu_freelist.o bpf_lru_list.o lpm_trie.o map_i…
|
/Linux-v5.15/tools/testing/selftests/bpf/progs/ |
D | map_ptr_kern.c | 309 struct lpm_trie { struct 328 struct lpm_trie *lpm_trie = (struct lpm_trie *)&m_lpm_trie; in check_lpm_trie() argument 331 VERIFY(check(&lpm_trie->map, map, sizeof(struct lpm_key), sizeof(__u32), in check_lpm_trie()
|
/Linux-v5.15/tools/bpf/bpftool/Documentation/ |
D | bpftool-map.rst | 51 | | **lru_percpu_hash** | **lpm_trie** | **array_of_maps** | **hash_of_maps**
|
/Linux-v5.15/tools/bpf/bpftool/bash-completion/ |
D | bpftool | 709 lru_percpu_hash lpm_trie array_of_maps \
|