Home
last modified time | relevance | path

Searched refs:bpf_htab (Results 1 – 1 of 1) sorted by relevance

/tools/testing/selftests/bpf/progs/
Dmap_ptr_kern.c91 struct bpf_htab { struct
108 struct bpf_htab *hash = (struct bpf_htab *)&m_hash; in check_hash()
210 struct bpf_htab *percpu_hash = (struct bpf_htab *)&m_percpu_hash; in check_percpu_hash()
284 struct bpf_htab *lru_hash = (struct bpf_htab *)&m_lru_hash; in check_lru_hash()
301 struct bpf_htab *lru_percpu_hash = (struct bpf_htab *)&m_lru_percpu_hash; in check_lru_percpu_hash()
383 struct bpf_htab *hash_of_maps = (struct bpf_htab *)&m_hash_of_maps; in check_hash_of_maps()