Home
last modified time | relevance | path

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

/openbmc/linux/security/apparmor/
H A Ddomain.c824 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()
/openbmc/linux/security/apparmor/include/
H A Dlabel.h218 #define fn_for_each_in_ns(L, P, FN) \ macro