Home
last modified time | relevance | path

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

/security/selinux/ss/
Dconstraint.h52 struct type_set *type_names; member
Dpolicydb.c642 if (expr->type_names) { in constraint_expr_destroy()
643 ebitmap_destroy(&expr->type_names->types); in constraint_expr_destroy()
644 ebitmap_destroy(&expr->type_names->negset); in constraint_expr_destroy()
645 kfree(expr->type_names); in constraint_expr_destroy()
1296 e->type_names = kzalloc(sizeof in read_cons_helper()
1297 (*e->type_names), in read_cons_helper()
1299 if (!e->type_names) in read_cons_helper()
1301 type_set_init(e->type_names); in read_cons_helper()
1302 rc = type_set_read(e->type_names, fp); in read_cons_helper()
2890 rc = type_set_write(e->type_names, fp); in write_cons_helper()