Home
last modified time | relevance | path

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

/linux-6.1.9/security/selinux/ss/
Davtab.h104 int avtab_write_item(struct policydb *p, const struct avtab_node *cur, void *fp);
Davtab.c612 int avtab_write_item(struct policydb *p, const struct avtab_node *cur, void *fp) in avtab_write_item() function
662 rc = avtab_write_item(p, cur, fp); in avtab_write()
Dconditional.c494 rc = avtab_write_item(p, list->nodes[i], fp); in cond_write_av_list()