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;
129 struct avc_node *new; in avc_init()
229 struct avc_node *node; in avc_av_stats()
259 static inline struct avc_node *avc_reclaim_node(void) in hidden_def()
261 struct avc_node *prev, *cur; in hidden_def()
302 static inline struct avc_node *avc_claim_node(security_id_t ssid, in avc_claim_node()
306 struct avc_node *new; in avc_claim_node()
335 static inline struct avc_node *avc_search_node(security_id_t ssid, in avc_search_node()
340 struct avc_node *cur; in avc_search_node()
387 struct avc_node *node; in avc_lookup()
429 struct avc_node *node; in avc_insert()
463 struct avc_node *node, *tmp; in hidden_def()
507 struct avc_node *node, *tmp; in hidden_def()
890 static inline void avc_update_node(uint32_t event, struct avc_node *node, in avc_update_node()
920 struct avc_node *node; in avc_update_cache()