Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/trace/hooks/
H A Davc.h14 struct avc_node;
16 TP_PROTO(const struct avc_node *node),
20 TP_PROTO(const struct avc_node *node),
24 TP_PROTO(const struct avc_node *old, const struct avc_node *new),
28 TP_PROTO(const struct avc_node *node, u32 ssid, u32 tsid, u16 tclass),
/OK3568_Linux_fs/kernel/security/selinux/
H A Davc.c58 struct avc_node { struct
142 avc_node_cachep = kmem_cache_create("avc_node", sizeof(struct avc_node), in avc_init()
159 struct avc_node *node; in avc_get_hash_stats()
333 static int avc_add_xperms_decision(struct avc_node *node, in avc_add_xperms_decision()
358 static int avc_xperms_populate(struct avc_node *node, in avc_xperms_populate()
439 struct avc_node *node = container_of(rhead, struct avc_node, rhead); in avc_node_free()
445 static void avc_node_delete(struct selinux_avc *avc, struct avc_node *node) in avc_node_delete()
453 static void avc_node_kill(struct selinux_avc *avc, struct avc_node *node) in avc_node_kill()
462 struct avc_node *new, struct avc_node *old) in avc_node_replace()
472 struct avc_node *node; in avc_reclaim_node()
[all …]