Lines Matching refs:avc_node
28 struct avc_node { struct
30 struct avc_node *next; argument
34 struct avc_node *slots[AVC_CACHE_SLOTS];
56 static struct avc_node *avc_node_freelist = NULL;
169 struct avc_node *new; in avc_init()
269 struct avc_node *node; in avc_av_stats()
299 static inline struct avc_node *avc_reclaim_node(void) in hidden_def()
301 struct avc_node *prev, *cur; in hidden_def()
342 static inline struct avc_node *avc_claim_node(security_id_t ssid, in avc_claim_node()
346 struct avc_node *new; in avc_claim_node()
375 static inline struct avc_node *avc_search_node(security_id_t ssid, in avc_search_node()
380 struct avc_node *cur; in avc_search_node()
427 struct avc_node *node; in avc_lookup()
469 struct avc_node *node; in avc_insert()
503 struct avc_node *node, *tmp; in hidden_def()
547 struct avc_node *node, *tmp; in hidden_def()
949 static inline void avc_update_node(uint32_t event, struct avc_node *node, in avc_update_node()
979 struct avc_node *node; in avc_update_cache()