Searched refs:lpm_trie (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.6/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() 279 static struct lpm_trie_node *lpm_trie_node_alloc(const struct lpm_trie *trie, in lpm_trie_node_alloc() 306 struct lpm_trie *trie = container_of(map, struct lpm_trie, map); in trie_update_elem() 436 struct lpm_trie *trie = container_of(map, struct lpm_trie, map); in trie_delete_elem() 545 struct lpm_trie *trie; in trie_alloc() 575 struct lpm_trie *trie = container_of(map, struct lpm_trie, map); in trie_free() 615 struct lpm_trie *trie = container_of(map, struct lpm_trie, map); in trie_get_next_key() 722 struct lpm_trie *trie = container_of(map, struct lpm_trie, map); in trie_mem_usage() [all …]
|
D | Makefile | 11 obj-$(CONFIG_BPF_SYSCALL) += hashtab.o arraymap.o percpu_freelist.o bpf_lru_list.o lpm_trie.o map_i…
|
/Linux-v6.6/tools/testing/selftests/bpf/progs/ |
D | map_ptr_kern.c | 314 struct lpm_trie { struct 333 struct lpm_trie *lpm_trie = (struct lpm_trie *)&m_lpm_trie; in check_lpm_trie() argument 336 VERIFY(check(&lpm_trie->map, map, sizeof(struct lpm_key), sizeof(__u32), in check_lpm_trie()
|
/Linux-v6.6/tools/bpf/bpftool/Documentation/ |
D | bpftool-map.rst | 54 | | **lru_percpu_hash** | **lpm_trie** | **array_of_maps** | **hash_of_maps**
|