Searched refs:lpm_trie (Results 1 – 9 of 9) sorted by relevance
| /OK3568_Linux_fs/kernel/kernel/bpf/ |
| H A 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() 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() 628 struct lpm_trie *trie = container_of(map, struct lpm_trie, map); in trie_get_next_key()
|
| H A D | Makefile | 10 obj-$(CONFIG_BPF_SYSCALL) += hashtab.o arraymap.o percpu_freelist.o bpf_lru_list.o lpm_trie.o map_i…
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/progs/ |
| H A D | map_ptr_kern.c | 315 struct lpm_trie { struct 334 struct lpm_trie *lpm_trie = (struct lpm_trie *)&m_lpm_trie; in check_lpm_trie() argument 337 VERIFY(check(&lpm_trie->map, map, sizeof(struct lpm_key), sizeof(__u32), in check_lpm_trie()
|
| /OK3568_Linux_fs/kernel/tools/bpf/bpftool/Documentation/ |
| H A D | bpftool-map.rst | 50 | | **lru_percpu_hash** | **lpm_trie** | **array_of_maps** | **hash_of_maps**
|
| /OK3568_Linux_fs/kernel/tools/bpf/bpftool/bash-completion/ |
| H A D | bpftool | 704 lru_percpu_hash lpm_trie array_of_maps \
|
| /OK3568_Linux_fs/output/sessions/2025-06-06_01-57-56/ |
| H A D | 10-kernel-build_2025-06-06_01-57-58.log | |
| H A D | build_2025-06-06_01-57-58.log | |
| H A D | 10-kernel-build.log | |
| H A D | build.log | |