Home
last modified time | relevance | path

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

/netbsd/sys/netinet/
H A Dsctp_pcb.h517 #define SCTP_TCB_LOCK_DESTROY(_tcb) mtx_destroy(&(_tcb)->tcb_mtx) macro
597 #define SCTP_TCB_LOCK_DESTROY(_tcb) mutex_destroy(&(_tcb)->tcb_mtx) macro
642 #define SCTP_TCB_LOCK_DESTROY(_tcb) macro
H A Dsctp_pcb.c2751 SCTP_TCB_LOCK_DESTROY (stcb); in sctp_aloc_assoc()
2768 SCTP_TCB_LOCK_DESTROY (stcb); in sctp_aloc_assoc()
2805 SCTP_TCB_LOCK_DESTROY (stcb); in sctp_aloc_assoc()
3320 SCTP_TCB_LOCK_DESTROY(stcb); in sctp_free_assoc()