Home
last modified time | relevance | path

Searched defs:cil_netifcon (Results 1 – 2 of 2) sorted by relevance

/third_party/selinux/libsepol/cil/src/
Dcil_internal.h799 struct cil_netifcon { struct
800 char *interface_str;
801 char *if_context_str;
802 struct cil_context *if_context;
803 char *packet_context_str;
804 struct cil_context *packet_context;
805 char *context_str;
Dcil_binary.c3422 struct cil_netifcon *cil_netifcon = netifcons->array[i]; in cil_netifcon_to_policydb() local