Searched refs:role_tr (Results 1 – 2 of 2) sorted by relevance
| /linux-6.15/security/selinux/ss/ |
| H A D | policydb.h | 263 struct hashtab role_tr; member
|
| H A D | policydb.c | 518 return hashtab_search(&p->role_tr, key, roletr_key_params); in policydb_roletr_search() 830 hashtab_map(&p->role_tr, role_tr_destroy, NULL); in policydb_destroy() 831 hashtab_destroy(&p->role_tr); in policydb_destroy() 2608 rc = hashtab_init(&p->role_tr, nel); in policydb_read() 2644 rc = hashtab_insert(&p->role_tr, rtk, rtd, roletr_key_params); in policydb_read() 2652 hash_eval(&p->role_tr, "roletr", NULL); in policydb_read() 2897 buf[0] = cpu_to_le32(p->role_tr.nel); in role_trans_write() 2902 return hashtab_map(&p->role_tr, role_trans_write_one, &pd); in role_trans_write()
|