Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/security/selinux/ss/
H A Dservices.c3831 u32 *sid_cache; in security_netlbl_cache_add() local
3833 sid_cache = kmalloc(sizeof(*sid_cache), GFP_ATOMIC); in security_netlbl_cache_add()
3834 if (sid_cache == NULL) in security_netlbl_cache_add()
3838 kfree(sid_cache); in security_netlbl_cache_add()
3842 *sid_cache = sid; in security_netlbl_cache_add()
3844 secattr->cache->data = sid_cache; in security_netlbl_cache_add()