Home
last modified time | relevance | path

Searched refs:type_val_to_struct (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/security/selinux/ss/
H A Dpolicydb.h260 struct type_datum **type_val_to_struct; member
H A Dpolicydb.c610 p->type_val_to_struct[typdatum->value - 1] = typdatum; in type_index()
752 p->type_val_to_struct = kvcalloc(p->p_types.nprim, in policydb_index()
753 sizeof(*p->type_val_to_struct), in policydb_index()
755 if (!p->type_val_to_struct) in policydb_index()
800 kvfree(p->type_val_to_struct); in policydb_destroy()
1741 upper = p->type_val_to_struct[upper->bounds - 1]; in type_bounds_sanity_check()
H A Dservices.c545 source = policydb->type_val_to_struct[scontext->type - 1]; in type_attribute_bounds_av()
551 target = policydb->type_val_to_struct[tcontext->type - 1]; in type_attribute_bounds_av()
893 type = policydb->type_val_to_struct[index - 1]; in security_bounded_transition()