Home
last modified time | relevance | path

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

/Linux-v4.19/security/apparmor/
Dlabel.c696 static struct aa_label *__vec_find(struct aa_profile **vec, int n) in __vec_find() function
735 return __vec_find(label->vec, label->size); in __label_find()
822 label = __vec_find(vec, n); in vec_find()