Home
last modified time | relevance | path

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

/Linux-v4.19/net/ipv6/
Dcalipso.c92 struct netlbl_lsm_cache *lsm_data; member
114 if (entry->lsm_data) in calipso_cache_entry_free()
115 netlbl_secattr_cache_free(entry->lsm_data); in calipso_cache_entry_free()
230 refcount_inc(&entry->lsm_data->refcount); in calipso_cache_check()
231 secattr->cache = entry->lsm_data; in calipso_cache_check()
300 entry->lsm_data = secattr->cache; in calipso_cache_add()
/Linux-v4.19/net/ipv4/
Dcipso_ipv4.c81 struct netlbl_lsm_cache *lsm_data; member
148 if (entry->lsm_data) in cipso_v4_cache_entry_free()
149 netlbl_secattr_cache_free(entry->lsm_data); in cipso_v4_cache_entry_free()
268 refcount_inc(&entry->lsm_data->refcount); in cipso_v4_cache_check()
269 secattr->cache = entry->lsm_data; in cipso_v4_cache_check()
336 entry->lsm_data = secattr->cache; in cipso_v4_cache_add()
/Linux-v4.19/drivers/infiniband/core/
Ddevice.c88 void *lsm_data);
413 void *lsm_data) in ib_security_change() argument