Home
last modified time | relevance | path

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

/packages/modules/Connectivity/staticlibs/native/bpf_headers/include/bpf/
Dbpf_map_def.h226 struct bpf_prog_def { struct
227 unsigned int uid;
228 unsigned int gid;
231 unsigned int min_kver;
232 unsigned int max_kver;
234 bool optional; // program section (ie. function) may fail to load, continue onto next func.
261 _Static_assert(sizeof(((struct bpf_prog_def *)0)->selinux_context) == 32, "must be 32 bytes"); argument