Home
last modified time | relevance | path

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

/openbmc/linux/security/selinux/ss/
H A Davtab.h91 int avtab_alloc(struct avtab *, u32);
H A Davtab.c295 int avtab_alloc(struct avtab *h, u32 nrules) in avtab_alloc() function
557 rc = avtab_alloc(a, nel); in avtab_read()
H A Dconditional.c432 rc = avtab_alloc(&(p->te_cond_avtab), p->te_avtab.nel); in cond_read_list()