Searched defs:bpf_map_def (Results 1 – 1 of 1) sorted by relevance
126 struct bpf_map_def { struct127 enum bpf_map_type type;128 unsigned int key_size;152 _Static_assert(sizeof(struct bpf_map_def) == 48, "sizeof struct bpf_map_def != 48"); argument