Home
last modified time | relevance | path

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

/openbmc/linux/security/apparmor/
H A Dfile.c511 error = fn_for_each_not_in_set(flabel, label, profile, in __file_path_perm()
531 error = fn_for_each_not_in_set(label, flabel, profile, in __file_path_perm()
/openbmc/linux/security/apparmor/include/
H A Dlabel.h255 #define fn_for_each_not_in_set(L1, L2, P, FN) \ macro