Lines Matching refs:bpf_htab
91 struct bpf_htab {
100 __uint(map_flags, BPF_F_NO_PREALLOC); /* to test bpf_htab.count */
110 struct bpf_htab *hash = (struct bpf_htab *)&m_hash;
215 struct bpf_htab *percpu_hash = (struct bpf_htab *)&m_percpu_hash;
289 struct bpf_htab *lru_hash = (struct bpf_htab *)&m_lru_hash;
306 struct bpf_htab *lru_percpu_hash = (struct bpf_htab *)&m_lru_percpu_hash;
395 struct bpf_htab *hash_of_maps = (struct bpf_htab *)&m_hash_of_maps;
397 struct bpf_htab *inner_map;