Home
last modified time | relevance | path

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

/external/selinux/libsepol/cil/src/
Dcil_reset_ast.c325 if (netifcon->packet_context_str == NULL) { in cil_reset_netifcon()
Dcil_copy_ast.c1118 if (orig->packet_context_str != NULL) { in cil_copy_netifcon()
1119 new->packet_context_str = orig->packet_context_str; in cil_copy_netifcon()
Dcil_internal.h794 char *packet_context_str; member
Dcil_tree.c1508 } else if (netifcon->packet_context_str != NULL) { in cil_tree_print_node()
1509 cil_log(CIL_INFO, " %s", netifcon->packet_context_str); in cil_tree_print_node()
Dcil_resolve_ast.c2068 if (netifcon->packet_context_str != NULL) { in cil_resolve_netifcon()
2069 …rc = cil_resolve_name(current, netifcon->packet_context_str, CIL_SYM_CONTEXTS, extra_args, &packco… in cil_resolve_netifcon()
Dcil.c2013 (*netifcon)->packet_context_str = NULL; in cil_netifcon_init()
Dcil_build_ast.c4668 netifcon->packet_context_str = parse_current->next->next->next->data; in cil_gen_netifcon()
4699 if (netifcon->packet_context_str == NULL && netifcon->packet_context != NULL) { in cil_destroy_netifcon()
/external/selinux/libsepol/cil/test/unit/
Dtest_cil_copy_ast.c947 CuAssertStrEquals(tc, test_copy->packet_context_str, in test_cil_copy_netifcon()
948 ((struct cil_netifcon *)test_ast_node->data)->packet_context_str); in test_cil_copy_netifcon()
981 CuAssertStrEquals(tc, test_copy->packet_context_str, in test_cil_copy_netifcon_nested()
982 ((struct cil_netifcon *)test_ast_node->data)->packet_context_str); in test_cil_copy_netifcon_nested()