Searched refs:context_compare (Results 1 – 1 of 1) sorted by relevance
/third_party/selinux/libsepol/cil/src/ |
D | cil_post.c | 118 static int context_compare(struct cil_context *a, struct cil_context *b) in context_compare() function 473 return context_compare(a_filecon->context, b_filecon->context); in cil_post_filecon_context_compare() 480 return context_compare(a_ibpkeycon->context, b_ibpkeycon->context); in cil_post_ibpkeycon_context_compare() 487 return context_compare(a_portcon->context, b_portcon->context); in cil_post_portcon_context_compare() 494 return context_compare(a_genfscon->context, b_genfscon->context); in cil_post_genfscon_context_compare() 502 rc = context_compare(a_netifcon->if_context, b_netifcon->if_context); in cil_post_netifcon_context_compare() 506 return context_compare(a_netifcon->packet_context, b_netifcon->packet_context); in cil_post_netifcon_context_compare() 513 return context_compare(a_ibendportcon->context, b_ibendportcon->context); in cil_post_ibendportcon_context_compare() 520 return context_compare(a_nodecon->context, b_nodecon->context); in cil_post_nodecon_context_compare() 527 return context_compare(a_pirqcon->context, b_pirqcon->context); in cil_post_pirqcon_context_compare() [all …]
|