Searched refs:hash_of_maps (Results 1 – 4 of 4) sorted by relevance
/external/bcc/src/cc/export/ |
D | helpers.h | 415 BPF_TABLE("hash_of_maps$" _inner_map_name, int, int, _name, 10240) 417 BPF_TABLE("hash_of_maps$" _inner_map_name, _key_type, int, _name, 10240) 419 BPF_TABLE("hash_of_maps$" _inner_map_name, _key_type, int, _name, _max_entries)
|
/external/linux-kselftest/tools/testing/selftests/bpf/progs/ |
D | map_ptr_kern.c | 390 struct bpf_htab *hash_of_maps = (struct bpf_htab *)&m_hash_of_maps; in check_hash_of_maps() local 395 VERIFY(check_default(&hash_of_maps->map, map)); in check_hash_of_maps() 396 inner_map = bpf_map_lookup_elem(hash_of_maps, &key); in check_hash_of_maps()
|
/external/bpftool/bash-completion/ |
D | bpftool | 196 array_of_maps|hash_of_maps) 242 array_of_maps|hash_of_maps) 738 if _bpftool_search_list 'array_of_maps' 'hash_of_maps'; then 795 array_of_maps|hash_of_maps)
|
/external/bpftool/docs/ |
D | bpftool-map.rst | 54 | | **lru_percpu_hash** | **lpm_trie** | **array_of_maps** | **hash_of_maps**
|