Home
last modified time | relevance | path

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

/frameworks/libs/net/common/native/bpf_headers/include/bpf/
Dbpf_map_def.h205 struct bpf_prog_def { struct
206 unsigned int uid;
207 unsigned int gid;
210 unsigned int min_kver;
211 unsigned int max_kver;
213 bool optional; // program section (ie. function) may fail to load, continue onto next func.
240 _Static_assert(sizeof(((struct bpf_prog_def *)0)->selinux_context) == 32, "must be 32 bytes"); argument