Home
last modified time | relevance | path

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

/linux/security/selinux/ss/
H A Dservices.c3857 u32 *sid_cache; in security_netlbl_cache_add() local
3859 sid_cache = kmalloc(sizeof(*sid_cache), GFP_ATOMIC); in security_netlbl_cache_add()
3860 if (sid_cache == NULL) in security_netlbl_cache_add()
3864 kfree(sid_cache); in security_netlbl_cache_add()
3868 *sid_cache = sid; in security_netlbl_cache_add()
3870 secattr->cache->data = sid_cache; in security_netlbl_cache_add()