Home
last modified time | relevance | path

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

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