Home
last modified time | relevance | path

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

/Linux-v6.1/security/apparmor/include/
Dfile.h159 #define dfa_other_xindex(dfa, state) \ macro
/Linux-v6.1/security/apparmor/
Dfile.c234 perms.xindex = dfa_other_xindex(dfa, state); in aa_compute_fperms()
Dpolicy_unpack.c1018 if (!verify_xindex(dfa_other_xindex(dfa, i), table_size)) in verify_dfa_xindex()