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.c210 if (expr->type_names) { in constraint_expr_destroy()
211 ebitmap_destroy(&expr->type_names->types); in constraint_expr_destroy()
212 ebitmap_destroy(&expr->type_names->negset); in constraint_expr_destroy()
213 kfree(expr->type_names); in constraint_expr_destroy()
1261 e->type_names = kzalloc(sizeof in read_cons_helper()
1262 (*e->type_names), in read_cons_helper()
1264 if (!e->type_names) in read_cons_helper()
1266 type_set_init(e->type_names); in read_cons_helper()
1267 rc = type_set_read(e->type_names, fp); in read_cons_helper()
2853 rc = type_set_write(e->type_names, fp); in write_cons_helper()