Home
last modified time | relevance | path

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

/security/apparmor/include/
Dlabel.h154 int aa_label_next_confined(struct aa_label *l, int i);
192 for ((I).i = aa_label_next_confined((L), 0); \
194 (I).i = aa_label_next_confined((L), (I).i + 1))
/security/apparmor/
Dlabel.c480 int aa_label_next_confined(struct aa_label *label, int i) in aa_label_next_confined() function