Home
last modified time | relevance | path

Searched defs:_tcb (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/netinet/
H A Dsctp_pcb.h515 #define SCTP_TCB_LOCK_INIT(_tcb) \ argument
517 #define SCTP_TCB_LOCK_DESTROY(_tcb) mtx_destroy(&(_tcb)->tcb_mtx) argument
518 #define SCTP_TCB_LOCK(_tcb) do { \ argument
525 #define SCTP_TCB_UNLOCK(_tcb) mtx_unlock(&(_tcb)->tcb_mtx) argument
595 #define SCTP_TCB_LOCK_INIT(_tcb) \ argument
597 #define SCTP_TCB_LOCK_DESTROY(_tcb) mutex_destroy(&(_tcb)->tcb_mtx) argument
598 #define SCTP_TCB_LOCK(_tcb) do { \ argument
601 #define SCTP_TCB_UNLOCK(_tcb) mutex_exit(&(_tcb)->tcb_mtx) argument
641 #define SCTP_TCB_LOCK_INIT(_tcb) argument
642 #define SCTP_TCB_LOCK_DESTROY(_tcb) argument
[all …]