Lines Matching refs:avc_node

55 struct avc_node {  struct
139 avc_node_cachep = kmem_cache_create("avc_node", sizeof(struct avc_node), in avc_init()
156 struct avc_node *node; in avc_get_hash_stats()
329 static int avc_add_xperms_decision(struct avc_node *node, in avc_add_xperms_decision()
354 static int avc_xperms_populate(struct avc_node *node, in avc_xperms_populate()
435 struct avc_node *node = container_of(rhead, struct avc_node, rhead); in avc_node_free()
441 static void avc_node_delete(struct selinux_avc *avc, struct avc_node *node) in avc_node_delete()
448 static void avc_node_kill(struct selinux_avc *avc, struct avc_node *node) in avc_node_kill()
457 struct avc_node *new, struct avc_node *old) in avc_node_replace()
466 struct avc_node *node; in avc_reclaim_node()
499 static struct avc_node *avc_alloc_node(struct selinux_avc *avc) in avc_alloc_node()
501 struct avc_node *node; in avc_alloc_node()
518 static void avc_node_populate(struct avc_node *node, u32 ssid, u32 tsid, u16 tclass, struct av_deci… in avc_node_populate()
526 static inline struct avc_node *avc_search_node(struct selinux_avc *avc, in avc_search_node()
529 struct avc_node *node, *ret = NULL; in avc_search_node()
559 static struct avc_node *avc_lookup(struct selinux_avc *avc, in avc_lookup()
562 struct avc_node *node; in avc_lookup()
615 static struct avc_node *avc_insert(struct selinux_avc *avc, in avc_insert()
620 struct avc_node *pos, *node = NULL; in avc_insert()
843 struct avc_node *pos, *node, *orig = NULL; in avc_update_node()
945 struct avc_node *node; in avc_flush()
1002 struct avc_node *avc_compute_av(struct selinux_state *state, in avc_compute_av()
1043 struct avc_node *node; in avc_has_extended_perms()
1142 struct avc_node *node; in avc_has_perm_noaudit()