Home
last modified time | relevance | path

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

/security/apparmor/
Dfile.c538 error = fn_for_each_not_in_set(flabel, label, profile, in __file_path_perm()
556 error = fn_for_each_not_in_set(label, flabel, profile, in __file_path_perm()
/security/apparmor/include/
Dlabel.h260 #define fn_for_each_not_in_set(L1, L2, P, FN) \ macro