Home
last modified time | relevance | path

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

/system/bpf/progs/include/
Dbpf_map_def.h56 struct bpf_prog_def { struct
57 unsigned int uid;
58 unsigned int gid;
60 unsigned int min_kver; // KERNEL_MAJOR * 65536 + KERNEL_MINOR * 256 + KERNEL_SUB
61 unsigned int max_kver; // ie. 0x40900 for Linux 4.9 - but beware of hexadecimal for >= 10
63 bool optional; // program section (ie. function) may fail to load, continue onto next func.