Home
last modified time | relevance | path

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

/third_party/selinux/libsepol/cil/test/unit/
Dtest_cil_post.c207 struct cil_portcon *aportcon; in test_cil_post_portcon_compare_atotal_greater_btotal()
210 struct cil_portcon *bportcon; in test_cil_post_portcon_compare_atotal_greater_btotal()
224 struct cil_portcon *aportcon; in test_cil_post_portcon_compare_btotal_greater_atotal()
227 struct cil_portcon *bportcon; in test_cil_post_portcon_compare_btotal_greater_atotal()
241 struct cil_portcon *aportcon; in test_cil_post_portcon_compare_aportlow_greater_bportlow()
244 struct cil_portcon *bportcon; in test_cil_post_portcon_compare_aportlow_greater_bportlow()
258 struct cil_portcon *aportcon; in test_cil_post_portcon_compare_bportlow_greater_aportlow()
261 struct cil_portcon *bportcon; in test_cil_post_portcon_compare_bportlow_greater_aportlow()
275 struct cil_portcon *aportcon; in test_cil_post_portcon_compare_equal()
278 struct cil_portcon *bportcon; in test_cil_post_portcon_compare_equal()
/third_party/selinux/libsepol/cil/src/
Dcil_post.c276 struct cil_portcon *aportcon = *(struct cil_portcon**)a; in cil_post_portcon_compare()
277 struct cil_portcon *bportcon = *(struct cil_portcon**)b; in cil_post_portcon_compare()
485 struct cil_portcon *a_portcon = *(struct cil_portcon**)a; in cil_post_portcon_context_compare()
486 struct cil_portcon *b_portcon = *(struct cil_portcon**)b; in cil_post_portcon_context_compare()
1934 struct cil_portcon *portcon = node->data; in __cil_post_db_cat_helper()
Dcil_internal.h765 struct cil_portcon { struct
1048 void cil_portcon_init(struct cil_portcon **portcon);
Dcil_reset_ast.c340 static void cil_reset_portcon(struct cil_portcon *portcon) in cil_reset_portcon()
Dcil_build_ast.h185 void cil_destroy_portcon(struct cil_portcon *portcon);
Dcil_binary.c3377 struct cil_portcon *cil_portcon = portcons->array[i]; in cil_portcon_to_policydb() local
3380 switch (cil_portcon->proto) { in cil_portcon_to_policydb()
3399 new_ocon->u.port.low_port = cil_portcon->port_low; in cil_portcon_to_policydb()
3400 new_ocon->u.port.high_port = cil_portcon->port_high; in cil_portcon_to_policydb()
3402 rc = __cil_context_to_sepol_context(pdb, cil_portcon->context, &new_ocon->context[0]); in cil_portcon_to_policydb()
Dcil_copy_ast.c1246 struct cil_portcon *orig = data; in cil_copy_portcon()
1247 struct cil_portcon *new = NULL; in cil_copy_portcon()
Dcil_verify.c1275 struct cil_portcon *port = node->data; in __cil_verify_portcon()
Dcil_write_ast.c1284 struct cil_portcon *portcon = node->data; in cil_write_ast_node()
Dcil_policy.c1749 struct cil_portcon *portcon; in cil_portcons_to_policy()
Dcil.c2558 void cil_portcon_init(struct cil_portcon **portcon) in cil_portcon_init()
Dcil_build_ast.c4388 struct cil_portcon *portcon = NULL; in cil_gen_portcon()
4466 void cil_destroy_portcon(struct cil_portcon *portcon) in cil_destroy_portcon()
Dcil_resolve_ast.c1974 struct cil_portcon *portcon = current->data; in cil_resolve_portcon()