Home | History | Annotate | Download | only in src

Lines Matching defs:con

16 	sepol_context_t *con;
216 tmp_port->con = NULL;
237 if (port->con &&
238 (sepol_context_clone(handle, port->con, &new_port->con) < 0))
257 sepol_context_free(port->con);
267 return port->con;
273 sepol_port_t * port, sepol_context_t * con)
278 if (sepol_context_clone(handle, con, &newcon) < 0) {
283 sepol_context_free(port->con);
284 port->con = newcon;