Searched defs:bpf_htab (Results 1 – 1 of 1) sorted by relevance
32419 struct bpf_htab { struct32420 struct bpf_map map;32421 struct bucket *buckets;32422 void *elems;32429 union {32453 struct bpf_htab *htab; argument