Home
last modified time | relevance | path

Searched refs:vec_cmp (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/security/apparmor/
H A Dlabel.c156 * vec_cmp - label comparison for set ordering
165 static int vec_cmp(struct aa_profile **a, int an, struct aa_profile **b, int bn) in vec_cmp() function
471 return vec_cmp(a->vec, a->size, b->vec, b->size); in label_cmp()
731 int result = vec_cmp(this->vec, this->size, vec, n); in __vec_find()
/kernel/linux/linux-6.6/security/apparmor/
H A Dlabel.c156 * vec_cmp - label comparison for set ordering
165 static int vec_cmp(struct aa_profile **a, int an, struct aa_profile **b, int bn) in vec_cmp() function
473 return vec_cmp(a->vec, a->size, b->vec, b->size); in label_cmp()
733 int result = vec_cmp(this->vec, this->size, vec, n); in __vec_find()

Completed in 7 milliseconds