Searched defs:KERNEL_VERSION (Results 1 - 1 of 1) sorted by relevance

/linux-master/tools/lib/bpf/
H A Dbpf_helpers.h75 #define KERNEL_VERSION(a, b, c) (((a) << 16) + ((b) << 8) + ((c) > 255 ? 255 : (c))) macro

Completed in 132 milliseconds