Home
last modified time | relevance | path

Searched refs:role_tr (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/security/selinux/ss/
H A Dpolicydb.h266 struct hashtab role_tr; member
H A Dpolicydb.c526 return hashtab_search(&p->role_tr, key, roletr_key_params); in policydb_roletr_search()
838 hashtab_map(&p->role_tr, role_tr_destroy, NULL); in policydb_destroy()
839 hashtab_destroy(&p->role_tr); in policydb_destroy()
2572 rc = hashtab_init(&p->role_tr, nel); in policydb_read()
2609 rc = hashtab_insert(&p->role_tr, rtk, rtd, roletr_key_params); in policydb_read()
2861 buf[0] = cpu_to_le32(p->role_tr.nel); in role_trans_write()
2866 return hashtab_map(&p->role_tr, role_trans_write_one, &pd); in role_trans_write()
/kernel/linux/linux-6.6/security/selinux/ss/
H A Dpolicydb.h266 struct hashtab role_tr; member
H A Dpolicydb.c521 return hashtab_search(&p->role_tr, key, roletr_key_params); in policydb_roletr_search()
833 hashtab_map(&p->role_tr, role_tr_destroy, NULL); in policydb_destroy()
834 hashtab_destroy(&p->role_tr); in policydb_destroy()
2575 rc = hashtab_init(&p->role_tr, nel); in policydb_read()
2611 rc = hashtab_insert(&p->role_tr, rtk, rtd, roletr_key_params); in policydb_read()
2863 buf[0] = cpu_to_le32(p->role_tr.nel); in role_trans_write()
2868 return hashtab_map(&p->role_tr, role_trans_write_one, &pd); in role_trans_write()

Completed in 18 milliseconds