Home | History | Annotate | Download | only in src

Lines Matching refs:portcon

189 	CIL_KEY_PORTCON = cil_strpool_add("portcon");
255 cil_sort_init(&(*db)->portcon);
304 cil_sort_destroy(&(*db)->portcon);
2215 void cil_portcon_init(struct cil_portcon **portcon)
2217 *portcon = cil_malloc(sizeof(**portcon));
2218 (*portcon)->proto = 0;
2219 (*portcon)->port_low = 0;
2220 (*portcon)->port_high = 0;
2221 (*portcon)->context_str = NULL;
2222 (*portcon)->context = NULL;