Home
last modified time | relevance | path

Searched refs:VERSION_GT (Results 1 – 2 of 2) sorted by relevance

/linux/security/apparmor/include/
H A Dpolicy_compat.h21 #define VERSION_GT(X, Y) (((X) & K_ABI_MASK) > ((Y) & K_ABI_MASK)) macro
/linux/security/apparmor/
H A Dpolicy_compat.c243 if (VERSION_GT(version, v8)) in compute_perms_entry()