Home
last modified time | relevance | path

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

/third_party/libbpf/src/
H A Dbpf_helpers.h74 #define KERNEL_VERSION(a, b, c) (((a) << 16) + ((b) << 8) + ((c) > 255 ? 255 : (c))) macro

Completed in 3 milliseconds