Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/net/
H A Dif_ipsec.c211 lck_mtx_t ipsec_kpipe_decrypt_lock; member
1719 lck_mtx_lock(&pcb->ipsec_kpipe_decrypt_lock); in ipsec_netif_sync_rx()
1775 lck_mtx_unlock(&pcb->ipsec_kpipe_decrypt_lock); in ipsec_netif_sync_rx()
2546 lck_mtx_destroy(&pcb->ipsec_kpipe_decrypt_lock, &ipsec_lck_grp); in ipsec_free_pcb()
2665 lck_mtx_init(&pcb->ipsec_kpipe_decrypt_lock, &ipsec_lck_grp, &ipsec_lck_attr); in ipsec_ctl_bind()