Searched defs:cil_netifcon (Results 1 – 2 of 2) sorted by relevance
789 struct cil_netifcon { struct790 char *interface_str;791 char *if_context_str;792 struct cil_context *if_context;793 char *packet_context_str;794 struct cil_context *packet_context;795 char *context_str;
3321 struct cil_netifcon *cil_netifcon = netifcons->array[i]; in cil_netifcon_to_policydb() local