Searched refs:fn_for_each_in_ns (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/security/apparmor/ |
D | domain.c | 831 error = fn_for_each_in_ns(label, profile, in handle_onexec() 843 error = fn_for_each_in_ns(label, profile, in handle_onexec() 859 error = fn_for_each_in_ns(label, profile, in handle_onexec() 1269 fn_for_each_in_ns(label, profile, in aa_change_hat() 1396 error = fn_for_each_in_ns(label, profile, in aa_change_profile() 1409 if (error && !fn_for_each_in_ns(label, profile, in aa_change_profile() 1464 error = fn_for_each_in_ns(label, profile, in aa_change_profile()
|
/Linux-v4.19/security/apparmor/include/ |
D | label.h | 223 #define fn_for_each_in_ns(L, P, FN) \ macro
|