Home
last modified time | relevance | path

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

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