Searched refs:fn_for_each_in_scope (Results 1 – 3 of 3) sorted by relevance
| /linux/security/apparmor/ |
| H A D | domain.c | 886 error = fn_for_each_in_scope(label, profile, in handle_onexec() 902 error = fn_for_each_in_scope(label, profile, in handle_onexec() 1343 fn_for_each_in_scope(label, profile, in aa_change_hat() 1451 (void) fn_for_each_in_scope(label, profile, in aa_change_profile() 1497 error = fn_for_each_in_scope(label, profile, in aa_change_profile() 1511 if (error && !fn_for_each_in_scope(label, profile, in aa_change_profile() 1570 error = fn_for_each_in_scope(label, profile, in aa_change_profile()
|
| H A D | af_unix.c | 419 return fn_for_each_in_scope(peer_label, peerp, in profile_peer_perm()
|
| /linux/security/apparmor/include/ |
| H A D | lib.h | 93 #define fn_for_each_in_scope(L, P, FN) \ macro
|