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

  /external/selinux/libsepol/cil/src/
cil_reset_ast.c 287 static void cil_reset_netifcon(struct cil_netifcon *netifcon)
289 if (netifcon->if_context_str == NULL) {
290 cil_reset_context(netifcon->if_context);
293 if (netifcon->packet_context_str == NULL) {
294 cil_reset_context(netifcon->packet_context);
cil_tree.c 1362 struct cil_netifcon *netifcon = node->data; local
    [all...]
cil_post.c 365 db->netifcon->count++;
448 struct cil_sort *sort = db->netifcon;
1290 struct cil_netifcon *netifcon = node->data; local
1291 rc = __evaluate_levelrange_expression(netifcon->if_context->range, db);
1295 rc = __evaluate_levelrange_expression(netifcon->packet_context->range, db);
    [all...]
cil.c 190 CIL_KEY_NETIFCON = cil_strpool_add("netifcon");
242 cil_sort_init(&(*db)->netifcon);
288 cil_sort_destroy(&(*db)->netifcon);
    [all...]
cil_build_ast.c 4166 struct cil_netifcon *netifcon = NULL; local
    [all...]
cil_internal.h 268 struct cil_sort *netifcon; member in struct:cil_db
896 void cil_netifcon_init(struct cil_netifcon **netifcon);
cil_policy.c 156 struct cil_netifcon *netifcon = (struct cil_netifcon*)sort->array[i]; local
157 fprintf(file_arr[NETIFCONS], "netifcon %s ", netifcon->interface_str);
158 cil_context_to_policy(file_arr, NETIFCONS, netifcon->if_context);
160 cil_context_to_policy(file_arr, NETIFCONS, netifcon->packet_context);
    [all...]
cil_resolve_ast.c 1835 struct cil_netifcon *netifcon = current->data; local
    [all...]
cil_build_ast.h 176 void cil_destroy_netifcon(struct cil_netifcon *netifcon);
cil_binary.c     [all...]
  /external/selinux/checkpolicy/
policy_scan.l 178 netifcon |
179 NETIFCON { return(NETIFCON);}

Completed in 51 milliseconds