Searched refs:fn_for_each_in_ns (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/security/apparmor/ |
H A 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()
|
/kernel/linux/linux-6.6/security/apparmor/ |
H A D | domain.c | 824 error = fn_for_each_in_ns(label, profile, in handle_onexec() 837 error = fn_for_each_in_ns(label, profile, in handle_onexec() 854 error = fn_for_each_in_ns(label, profile, in handle_onexec() 1279 fn_for_each_in_ns(label, profile, in aa_change_hat() 1410 error = fn_for_each_in_ns(label, profile, in aa_change_profile() 1424 if (error && !fn_for_each_in_ns(label, profile, in aa_change_profile() 1482 error = fn_for_each_in_ns(label, profile, in aa_change_profile()
|
/kernel/linux/linux-5.10/security/apparmor/include/ |
H A D | label.h | 219 #define fn_for_each_in_ns(L, P, FN) \ macro
|
/kernel/linux/linux-6.6/security/apparmor/include/ |
H A D | label.h | 218 #define fn_for_each_in_ns(L, P, FN) \ macro
|
Completed in 6 milliseconds