Home
last modified time | relevance | path

Searched defs:bpf_map_def (Results 1 – 1 of 1) sorted by relevance

/system/bpf/progs/include/
Dbpf_map_def.h126 struct bpf_map_def { struct
127 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