Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/security/apparmor/include/
H A Dfile.h90 #define AA_X_INDEX_MASK 0x03ff macro
/OK3568_Linux_fs/kernel/security/apparmor/
H A Ddomain.c514 int index = xindex & AA_X_INDEX_MASK; in x_table_lookup()
573 stack = profile->file.trans.table[xindex & AA_X_INDEX_MASK]; in x_to_label()
H A Dpolicy_unpack.c997 index = xindex & AA_X_INDEX_MASK; in verify_xindex()