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

/linux-master/security/selinux/
H A Davc.c55 struct avc_node { struct
72 struct hlist_head slots[AVC_CACHE_SLOTS]; /* head for avc_node->list */
137 avc_node_cachep = kmem_cache_create("avc_node", sizeof(struct avc_node),
154 struct avc_node *node;
328 static int avc_add_xperms_decision(struct avc_node *node,
353 static int avc_xperms_populate(struct avc_node *node,
433 struct avc_node *node = container_of(rhead, struct avc_node, rhead);
439 static void avc_node_delete(struct avc_node *nod
[all...]

Completed in 196 milliseconds