Home
last modified time | relevance | path

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

/linux-4.1.27/security/selinux/
Davc.c53 struct avc_node { struct
172 avc_node_cachep = kmem_cache_create("avc_node", sizeof(struct avc_node), in avc_init()
181 struct avc_node *node; in avc_get_hash_stats()
210 struct avc_node *node = container_of(rhead, struct avc_node, rhead); in avc_node_free()
215 static void avc_node_delete(struct avc_node *node) in avc_node_delete()
222 static void avc_node_kill(struct avc_node *node) in avc_node_kill()
229 static void avc_node_replace(struct avc_node *new, struct avc_node *old) in avc_node_replace()
238 struct avc_node *node; in avc_reclaim_node()
270 static struct avc_node *avc_alloc_node(void) in avc_alloc_node()
272 struct avc_node *node; in avc_alloc_node()
[all …]