Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/security/apparmor/include/
H A Dpolicy_compat.h21 #define VERSION_GT(X, Y) (((X) & K_ABI_MASK) > ((Y) & K_ABI_MASK)) macro
/kernel/linux/linux-5.10/security/apparmor/
H A Dpolicy_unpack.c33 #define VERSION_GT(X, Y) (((X) & K_ABI_MASK) > ((Y) & K_ABI_MASK)) macro

Completed in 2 milliseconds