Searched refs:hashtab_destroy (Results 1 - 3 of 3) sorted by relevance

/linux-4.4.14/security/selinux/ss/
H A Dhashtab.c96 void hashtab_destroy(struct hashtab *h) hashtab_destroy() function
H A Dhashtab.h67 void hashtab_destroy(struct hashtab *h);
H A Dpolicydb.c314 hashtab_destroy(p->filename_trans); policydb_init()
315 hashtab_destroy(p->range_tr); policydb_init()
317 hashtab_destroy(p->symtab[i].table); policydb_init()
624 hashtab_destroy(comdatum->permissions.table); common_destroy()
653 hashtab_destroy(cladatum->permissions.table); cls_destroy()
803 hashtab_destroy(p->symtab[i].table); policydb_destroy()
863 hashtab_destroy(p->filename_trans); policydb_destroy()
866 hashtab_destroy(p->range_tr); policydb_destroy()

Completed in 105 milliseconds