Searched refs:packet_context_str (Results 1 – 8 of 8) sorted by relevance
/external/selinux/libsepol/cil/src/ |
D | cil_reset_ast.c | 325 if (netifcon->packet_context_str == NULL) { in cil_reset_netifcon()
|
D | cil_copy_ast.c | 1118 if (orig->packet_context_str != NULL) { in cil_copy_netifcon() 1119 new->packet_context_str = orig->packet_context_str; in cil_copy_netifcon()
|
D | cil_internal.h | 793 char *packet_context_str; member
|
D | cil_tree.c | 1508 } 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()
|
D | cil_resolve_ast.c | 2072 if (netifcon->packet_context_str != NULL) { in cil_resolve_netifcon() 2073 …rc = cil_resolve_name(current, netifcon->packet_context_str, CIL_SYM_CONTEXTS, extra_args, &packco… in cil_resolve_netifcon()
|
D | cil.c | 1850 (*netifcon)->packet_context_str = NULL; in cil_netifcon_init()
|
D | cil_build_ast.c | 4668 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/ |
D | test_cil_copy_ast.c | 947 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()
|