Home
last modified time | relevance | path

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

/openbmc/linux/security/apparmor/include/
H A Dpolicy_compat.h21 #define VERSION_GT(X, Y) (((X) & K_ABI_MASK) > ((Y) & K_ABI_MASK)) macro
/openbmc/linux/security/apparmor/
H A Dpolicy_compat.c242 if (VERSION_GT(version, v8)) in compute_perms_entry()
H A Dpolicy_unpack.c1150 if (VERSION_LT(e->version, v5) || VERSION_GT(e->version, v9)) { in verify_header()