Searched defs:cil_netifcon (Results 1 – 2 of 2) sorted by relevance
764 struct cil_netifcon { struct765 char *interface_str;766 char *if_context_str;767 struct cil_context *if_context;768 char *packet_context_str;769 struct cil_context *packet_context;770 char *context_str;
3252 struct cil_netifcon *cil_netifcon = netifcons->array[i]; in cil_netifcon_to_policydb() local