Home
last modified time | relevance | path

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

/linux/security/selinux/ss/
H A Davtab.h112 int avtab_read(struct avtab *a, void *fp, struct policydb *pol);
H A Davtab.c503 int avtab_read(struct avtab *a, void *fp, struct policydb *pol) in avtab_read() function
H A Dpolicydb.c2601 rc = avtab_read(&p->te_avtab, fp, p); in policydb_read()