HomeSort by relevance Sort by last modified time
    Searched refs:packet_context_str (Results 1 - 8 of 8) sorted by null

  /external/selinux/libsepol/cil/src/
cil_reset_ast.c 325 if (netifcon->packet_context_str == NULL) {
cil_copy_ast.c 1118 if (orig->packet_context_str != NULL) {
1119 new->packet_context_str = orig->packet_context_str;
    [all...]
cil_internal.h 791 char *packet_context_str; member in struct:cil_netifcon
cil_tree.c     [all...]
cil_resolve_ast.c     [all...]
cil.c     [all...]
cil_build_ast.c     [all...]
  /external/selinux/libsepol/cil/test/unit/
test_cil_copy_ast.c 947 CuAssertStrEquals(tc, test_copy->packet_context_str,
948 ((struct cil_netifcon *)test_ast_node->data)->packet_context_str);
981 CuAssertStrEquals(tc, test_copy->packet_context_str,
982 ((struct cil_netifcon *)test_ast_node->data)->packet_context_str);
    [all...]

Completed in 128 milliseconds