Searched refs:lpm_trie (Results 1 – 5 of 5) sorted by relevance
/linux-5.19.10/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() 578 struct lpm_trie *trie = container_of(map, struct lpm_trie, map); in trie_free() 618 struct lpm_trie *trie = container_of(map, struct lpm_trie, map); in trie_get_next_key() 723 BTF_ID_LIST_SINGLE(trie_map_btf_ids, struct, lpm_trie)
|
D | Makefile | 10 obj-$(CONFIG_BPF_SYSCALL) += hashtab.o arraymap.o percpu_freelist.o bpf_lru_list.o lpm_trie.o map_i…
|
/linux-5.19.10/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() local 331 VERIFY(check(&lpm_trie->map, map, sizeof(struct lpm_key), sizeof(__u32), in check_lpm_trie()
|
/linux-5.19.10/tools/bpf/bpftool/Documentation/ |
D | bpftool-map.rst | 54 | | **lru_percpu_hash** | **lpm_trie** | **array_of_maps** | **hash_of_maps**
|
/linux-5.19.10/tools/bpf/bpftool/bash-completion/ |
D | bpftool | 709 lru_percpu_hash lpm_trie array_of_maps \
|