Lines Matching defs:ibendportcon
2969 struct ocontext *ibendportcon;
2974 for (ibendportcon = pdb->ocontexts[OCON_IBENDPORT];
2975 ibendportcon != NULL; ibendportcon = ibendportcon->next) {
2976 rc = snprintf(port_str, 4, "%u", ibendportcon->u.ibendport.port);
2982 ctx = context_to_str(pdb, &ibendportcon->context[0]);
2988 sepol_printf(out, "(ibendportcon %s %s %s)\n",
2989 ibendportcon->u.ibendport.dev_name, port_str, ctx);
2998 sepol_log_err("Error writing ibendportcon rules to CIL\n");