Home
last modified time | relevance | path

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

/Linux-v4.19/security/selinux/ss/
Dconstraint.h52 struct type_set *type_names; member
Dpolicydb.c640 if (expr->type_names) { in constraint_expr_destroy()
641 ebitmap_destroy(&expr->type_names->types); in constraint_expr_destroy()
642 ebitmap_destroy(&expr->type_names->negset); in constraint_expr_destroy()
643 kfree(expr->type_names); in constraint_expr_destroy()
1293 e->type_names = kzalloc(sizeof in read_cons_helper()
1294 (*e->type_names), in read_cons_helper()
1296 if (!e->type_names) in read_cons_helper()
1298 type_set_init(e->type_names); in read_cons_helper()
1299 rc = type_set_read(e->type_names, fp); in read_cons_helper()
2867 rc = type_set_write(e->type_names, fp); in write_cons_helper()