Home
last modified time | relevance | path

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

/linux-6.12.1/security/apparmor/
Ddomain.c826 error = fn_for_each_in_ns(label, profile, in handle_onexec()
839 error = fn_for_each_in_ns(label, profile, in handle_onexec()
856 error = fn_for_each_in_ns(label, profile, in handle_onexec()
1281 fn_for_each_in_ns(label, profile, in aa_change_hat()
1390 (void) fn_for_each_in_ns(label, profile, in aa_change_profile()
1436 error = fn_for_each_in_ns(label, profile, in aa_change_profile()
1450 if (error && !fn_for_each_in_ns(label, profile, in aa_change_profile()
1508 error = fn_for_each_in_ns(label, profile, in aa_change_profile()
/linux-6.12.1/security/apparmor/include/
Dlabel.h218 #define fn_for_each_in_ns(L, P, FN) \ macro