Searched defs:bpf_htab (Results 1 – 4 of 4) sorted by relevance
33 struct bpf_htab { struct55 struct bpf_htab *htab; argument
69 struct bpf_htab { struct70 struct bpf_map map;71 struct bucket *buckets;72 atomic_t count;73 u32 n_buckets;74 u32 elem_size;75 struct bpf_sock_progs progs;76 struct rcu_head rcu;
97 struct bpf_htab { struct106 __uint(map_flags, BPF_F_NO_PREALLOC); /* to test bpf_htab.count */ argument
89 struct bpf_htab { struct111 struct bpf_htab *htab; argument