Home
last modified time | relevance | path

Searched defs:vec (Results 1 – 2 of 2) sorted by relevance

/security/apparmor/
Dlabel.c186 static bool vec_is_stale(struct aa_profile **vec, int n) in vec_is_stale()
200 static bool vec_unconfined(struct aa_profile **vec, int n) in vec_unconfined()
224 static inline int unique(struct aa_profile **vec, int n) in unique()
262 int aa_vec_unique(struct aa_profile **vec, int n, int flags) in aa_vec_unique()
720 static struct aa_label *__vec_find(struct aa_profile **vec, int n) in __vec_find()
834 static struct aa_label *vec_find(struct aa_profile **vec, int n) in vec_find()
853 static struct aa_label *vec_create_and_insert_label(struct aa_profile **vec, in vec_create_and_insert_label()
887 struct aa_label *aa_vec_find_or_create_label(struct aa_profile **vec, int len, in aa_vec_find_or_create_label()
/security/apparmor/include/
Dlabel.h134 struct aa_profile *vec[]; member