Home
last modified time | relevance | path

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

/linux-6.1.9/security/apparmor/
Ddomain.c809 error = fn_for_each_in_ns(label, profile, in handle_onexec()
821 error = fn_for_each_in_ns(label, profile, in handle_onexec()
837 error = fn_for_each_in_ns(label, profile, in handle_onexec()
1251 fn_for_each_in_ns(label, profile, in aa_change_hat()
1376 error = fn_for_each_in_ns(label, profile, in aa_change_profile()
1389 if (error && !fn_for_each_in_ns(label, profile, in aa_change_profile()
1447 error = fn_for_each_in_ns(label, profile, in aa_change_profile()
/linux-6.1.9/security/apparmor/include/
Dlabel.h218 #define fn_for_each_in_ns(L, P, FN) \ macro