Searched refs:cil_netifcon (Results 1 - 14 of 14) sorted by relevance

/external/selinux/libsepol/cil/test/unit/
H A Dtest_cil_post.c363 struct cil_netifcon *anetifcon;
367 struct cil_netifcon *bnetifcon;
376 struct cil_netifcon *anetifcon;
380 struct cil_netifcon *bnetifcon;
389 struct cil_netifcon *anetifcon;
393 struct cil_netifcon *bnetifcon;
H A Dtest_cil_copy_ast.c936 struct cil_netifcon *test_copy;
944 ((struct cil_netifcon *)test_ast_node->data)->interface_str);
946 ((struct cil_netifcon *)test_ast_node->data)->if_context_str);
948 ((struct cil_netifcon *)test_ast_node->data)->packet_context_str);
970 struct cil_netifcon *test_copy;
978 ((struct cil_netifcon *)test_ast_node->data)->interface_str);
980 ((struct cil_netifcon *)test_ast_node->data)->if_context_str);
982 ((struct cil_netifcon *)test_ast_node->data)->packet_context_str);
984 ((struct cil_netifcon *)test_ast_node->data)->packet_context->user_str);
986 ((struct cil_netifcon *)test_ast_nod
[all...]
/external/selinux/libsepol/cil/src/
H A Dcil_internal.h708 struct cil_netifcon { struct
896 void cil_netifcon_init(struct cil_netifcon **netifcon);
H A Dcil_post.c189 struct cil_netifcon *anetifcon = *(struct cil_netifcon**)a;
190 struct cil_netifcon *bnetifcon = *(struct cil_netifcon**)b;
1290 struct cil_netifcon *netifcon = node->data;
H A Dcil_reset_ast.c287 static void cil_reset_netifcon(struct cil_netifcon *netifcon)
H A Dcil_build_ast.h176 void cil_destroy_netifcon(struct cil_netifcon *netifcon);
H A Dcil_binary.c2770 struct cil_netifcon *cil_netifcon = netifcons->array[i]; local
2772 new_ocon->u.name = cil_strdup(cil_netifcon->interface_str);
2774 rc = __cil_context_to_sepol_context(pdb, cil_netifcon->if_context, &new_ocon->context[0]);
2779 rc = __cil_context_to_sepol_context(pdb, cil_netifcon->packet_context, &new_ocon->context[1]);
H A Dcil_copy_ast.c1002 struct cil_netifcon *orig = data;
1003 struct cil_netifcon *new = NULL;
H A Dcil_policy.c156 struct cil_netifcon *netifcon = (struct cil_netifcon*)sort->array[i];
H A Dcil_verify.c983 struct cil_netifcon *netif = node->data;
H A Dcil_tree.c1362 struct cil_netifcon *netifcon = node->data;
H A Dcil.c1740 void cil_netifcon_init(struct cil_netifcon **netifcon)
H A Dcil_build_ast.c4166 struct cil_netifcon *netifcon = NULL;
4215 void cil_destroy_netifcon(struct cil_netifcon *netifcon)
H A Dcil_resolve_ast.c1835 struct cil_netifcon *netifcon = current->data;

Completed in 263 milliseconds