Home
last modified time | relevance | path

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

/Linux-v5.4/security/apparmor/
Dlabel.c692 static struct aa_label *__vec_find(struct aa_profile **vec, int n) in __vec_find() function
731 return __vec_find(label->vec, label->size); in __label_find()
818 label = __vec_find(vec, n); in vec_find()