Home
last modified time | relevance | path

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

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