Home
last modified time | relevance | path

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

/Linux-v4.19/security/apparmor/include/
Dlabel.h158 int aa_label_next_confined(struct aa_label *l, int i);
196 for ((I).i = aa_label_next_confined((L), 0); \
198 (I).i = aa_label_next_confined((L), (I).i + 1))
/Linux-v4.19/security/apparmor/
Dlabel.c484 int aa_label_next_confined(struct aa_label *label, int i) in aa_label_next_confined() function