Home
last modified time | relevance | path

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

/Linux-v4.19/security/apparmor/include/
Dfile.h157 #define dfa_other_xindex(dfa, state) \ macro
/Linux-v4.19/security/apparmor/
Dfile.c247 perms.xindex = dfa_other_xindex(dfa, state); in aa_compute_fperms()
Dpolicy_unpack.c909 if (!verify_xindex(dfa_other_xindex(dfa, i), table_size)) in verify_dfa_xindex()