Home
last modified time | relevance | path

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

/xnu-11215/bsd/net/
H A Dif_ipsec.c211 lck_mtx_t ipsec_kpipe_decrypt_lock; member
1431 lck_mtx_lock(&pcb->ipsec_kpipe_decrypt_lock); in ipsec_transform_kpipe_pkt_to_netif_pkt()
1433 lck_mtx_unlock(&pcb->ipsec_kpipe_decrypt_lock); in ipsec_transform_kpipe_pkt_to_netif_pkt()
2463 lck_mtx_destroy(&pcb->ipsec_kpipe_decrypt_lock, &ipsec_lck_grp); in ipsec_free_pcb()
2587 lck_mtx_init(&pcb->ipsec_kpipe_decrypt_lock, &ipsec_lck_grp, &ipsec_lck_attr); in ipsec_ctl_bind()