Home
last modified time | relevance | path

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

/linux-5.19.10/security/apparmor/
Dlabel.c719 static struct aa_label *__vec_find(struct aa_profile **vec, int n) in __vec_find() function
758 return __vec_find(label->vec, label->size); in __label_find()
845 label = __vec_find(vec, n); in vec_find()