Home
last modified time | relevance | path

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

/security/selinux/ss/
Davtab.h62 int avtab_alloc(struct avtab *, u32);
Davtab.c252 int avtab_alloc(struct avtab *h, u32 nrules) in avtab_alloc() function
479 rc = avtab_alloc(a, nel); in avtab_read()
Dconditional.c453 rc = avtab_alloc(&(p->te_cond_avtab), p->te_avtab.nel); in cond_read_list()