Home
last modified time | relevance | path

Searched refs:type_names (Results 1 – 2 of 2) sorted by relevance

/security/selinux/ss/
A Dconstraint.h53 struct type_set *type_names; member
A Dpolicydb.c214 if (expr->type_names) { in constraint_expr_destroy()
215 ebitmap_destroy(&expr->type_names->types); in constraint_expr_destroy()
216 ebitmap_destroy(&expr->type_names->negset); in constraint_expr_destroy()
217 kfree(expr->type_names); in constraint_expr_destroy()
1300 e->type_names = in read_cons_helper()
1301 kzalloc(sizeof(*e->type_names), in read_cons_helper()
1303 if (!e->type_names) in read_cons_helper()
1305 type_set_init(e->type_names); in read_cons_helper()
1306 rc = type_set_read(e->type_names, fp); in read_cons_helper()
3075 rc = type_set_write(e->type_names, fp); in write_cons_helper()

Completed in 9 milliseconds