Searched defs:bpf_prog_def (Results 1 – 1 of 1) sorted by relevance
56 struct bpf_prog_def { struct57 unsigned int uid;58 unsigned int gid;60 unsigned int min_kver; // KERNEL_MAJOR * 65536 + KERNEL_MINOR * 256 + KERNEL_SUB61 unsigned int max_kver; // ie. 0x40900 for Linux 4.9 - but beware of hexadecimal for >= 1063 bool optional; // program section (ie. function) may fail to load, continue onto next func.