Home
last modified time | relevance | path

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

/security/apparmor/include/
Dfile.h156 #define dfa_other_xindex(dfa, state) \ macro
/security/apparmor/
Dfile.c232 perms.xindex = dfa_other_xindex(dfa, state); in aa_compute_fperms()
Dpolicy_unpack.c1019 if (!verify_xindex(dfa_other_xindex(dfa, i), table_size)) in verify_dfa_xindex()