Home
last modified time | relevance | path

Searched refs:fn_for_each_in_ns (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/security/apparmor/
Ddomain.c827 error = fn_for_each_in_ns(label, profile, in handle_onexec()
839 error = fn_for_each_in_ns(label, profile, in handle_onexec()
855 error = fn_for_each_in_ns(label, profile, in handle_onexec()
1265 fn_for_each_in_ns(label, profile, in aa_change_hat()
1392 error = fn_for_each_in_ns(label, profile, in aa_change_profile()
1405 if (error && !fn_for_each_in_ns(label, profile, in aa_change_profile()
1463 error = fn_for_each_in_ns(label, profile, in aa_change_profile()
/Linux-v5.4/security/apparmor/include/
Dlabel.h219 #define fn_for_each_in_ns(L, P, FN) \ macro