Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/security/selinux/ss/
H A Davtab.h92 int avtab_alloc_dup(struct avtab *new, const struct avtab *orig);
H A Dconditional.c634 rc = avtab_alloc_dup(&newp->te_cond_avtab, &origp->te_cond_avtab); in duplicate_policydb_cond_list()
H A Davtab.c350 int avtab_alloc_dup(struct avtab *new, const struct avtab *orig) in avtab_alloc_dup() function