Home
last modified time | relevance | path

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

/linux-4.1.27/security/apparmor/include/
Dfile.h144 #define dfa_other_xindex(dfa, state) \ macro
/linux-4.1.27/security/apparmor/
Dfile.c215 perms.xindex = dfa_other_xindex(dfa, state); in compute_perms()
Dpolicy_unpack.c691 if (!verify_xindex(dfa_other_xindex(dfa, i), table_size)) in verify_dfa_xindex()