Home
last modified time | relevance | path

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

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