Home
last modified time | relevance | path

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

/xnu-8796.121.2/bsd/net/
H A Dif_ipsec.c211 lck_mtx_t ipsec_kpipe_decrypt_lock; member
1718 lck_mtx_lock(&pcb->ipsec_kpipe_decrypt_lock); in ipsec_netif_sync_rx()
1774 lck_mtx_unlock(&pcb->ipsec_kpipe_decrypt_lock); in ipsec_netif_sync_rx()
2545 lck_mtx_destroy(&pcb->ipsec_kpipe_decrypt_lock, &ipsec_lck_grp); in ipsec_free_pcb()
2664 lck_mtx_init(&pcb->ipsec_kpipe_decrypt_lock, &ipsec_lck_grp, &ipsec_lck_attr); in ipsec_ctl_bind()