Searched refs:lpm_trie (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/kernel/bpf/ |
H A 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() 282 static struct lpm_trie_node *lpm_trie_node_alloc(const struct lpm_trie *trie, in lpm_trie_node_alloc() 305 static int trie_check_add_elem(struct lpm_trie *trie, u64 flags) in trie_check_add_elem() 319 struct lpm_trie *trie = container_of(map, struct lpm_trie, map); in trie_update_elem() 454 struct lpm_trie *trie = container_of(map, struct lpm_trie, map); in trie_delete_elem() 566 struct lpm_trie *trie; in trie_alloc() 596 struct lpm_trie *trie = container_of(map, struct lpm_trie, map); in trie_free() 636 struct lpm_trie *trie = container_of(map, struct lpm_trie, map); in trie_get_next_key() [all …]
|
H A D | Makefile | 11 obj-$(CONFIG_BPF_SYSCALL) += hashtab.o arraymap.o percpu_freelist.o bpf_lru_list.o lpm_trie.o map_i…
|
/openbmc/linux/tools/testing/selftests/bpf/progs/ |
H A 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()
|
/openbmc/linux/tools/bpf/bpftool/Documentation/ |
H A D | bpftool-map.rst | 54 | | **lru_percpu_hash** | **lpm_trie** | **array_of_maps** | **hash_of_maps**
|
/openbmc/linux/ |
H A D | opengrok2.0.log | [all...] |