Home | History | Annotate | Download | only in src

Lines Matching refs:cil_gen_avrulex

2149 int cil_gen_avrulex(struct cil_tree_node *parse_current, struct cil_tree_node *ast_node, uint32_t rule_kind)
6150 rc = cil_gen_avrulex(parse_current, ast_node, CIL_AVRULE_ALLOWED);
6153 rc = cil_gen_avrulex(parse_current, ast_node, CIL_AVRULE_AUDITALLOW);
6156 rc = cil_gen_avrulex(parse_current, ast_node, CIL_AVRULE_DONTAUDIT);
6159 rc = cil_gen_avrulex(parse_current, ast_node, CIL_AVRULE_NEVERALLOW);