Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/UprobeStats/src/bpf/headers/include/
Dbpf_map_def.h220 struct bpf_prog_def { struct
221 unsigned int uid;
222 unsigned int gid;
225 unsigned int min_kver;
226 unsigned int max_kver;
228 bool optional; // program section (ie. function) may fail to load, continue onto next func.
255 _Static_assert(sizeof(((struct bpf_prog_def *)0)->selinux_context) == 32, "must be 32 bytes"); argument
/aosp_15_r20/packages/modules/Connectivity/bpf/headers/include/
Dbpf_map_def.h220 struct bpf_prog_def { struct
221 unsigned int uid;
222 unsigned int gid;
225 unsigned int min_kver;
226 unsigned int max_kver;
228 bool optional; // program section (ie. function) may fail to load, continue onto next func.
255 _Static_assert(sizeof(((struct bpf_prog_def *)0)->selinux_context) == 32, "must be 32 bytes"); argument