Searched defs:bpf_htab (Results 1 – 1 of 1) sorted by relevance
36046 struct bpf_htab { struct36047 struct bpf_map map;36048 struct bucket *buckets;36049 void *elems;36078 struct bpf_htab *htab; argument