Home
last modified time | relevance | path

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

/Linux-v6.6/security/apparmor/
Ddomain.c812 error = fn_for_each_in_ns(label, profile, in handle_onexec()
824 error = fn_for_each_in_ns(label, profile, in handle_onexec()
840 error = fn_for_each_in_ns(label, profile, in handle_onexec()
1254 fn_for_each_in_ns(label, profile, in aa_change_hat()
1382 error = fn_for_each_in_ns(label, profile, in aa_change_profile()
1395 if (error && !fn_for_each_in_ns(label, profile, in aa_change_profile()
1453 error = fn_for_each_in_ns(label, profile, in aa_change_profile()
/Linux-v6.6/security/apparmor/include/
Dlabel.h218 #define fn_for_each_in_ns(L, P, FN) \ macro