Searched refs:fn_for_each_in_ns (Results 1 – 2 of 2) sorted by relevance
/security/apparmor/ |
D | domain.c | 808 error = fn_for_each_in_ns(label, profile, in handle_onexec() 820 error = fn_for_each_in_ns(label, profile, in handle_onexec() 836 error = fn_for_each_in_ns(label, profile, in handle_onexec() 1249 fn_for_each_in_ns(label, profile, in aa_change_hat() 1375 error = fn_for_each_in_ns(label, profile, in aa_change_profile() 1388 if (error && !fn_for_each_in_ns(label, profile, in aa_change_profile() 1446 error = fn_for_each_in_ns(label, profile, in aa_change_profile()
|
/security/apparmor/include/ |
D | label.h | 219 #define fn_for_each_in_ns(L, P, FN) \ macro
|