Home
last modified time | relevance | path

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

/external/selinux/libsepol/include/sepol/policydb/
Dcontext.h100 static inline int mls_context_cmp(context_struct_t * c1, context_struct_t * c2) in mls_context_cmp() function
142 (c1->type == c2->type) && mls_context_cmp(c1, c2)); in context_cmp()