HomeSort by: relevance | last modified time | path
    Searched refs:SCTP_TCB_LOCK_DESTROY (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/netinet/
sctp_pcb.h 517 #define SCTP_TCB_LOCK_DESTROY(_tcb) mtx_destroy(&(_tcb)->tcb_mtx)
597 #define SCTP_TCB_LOCK_DESTROY(_tcb) mutex_destroy(&(_tcb)->tcb_mtx)
642 #define SCTP_TCB_LOCK_DESTROY(_tcb)
sctp_pcb.c 2747 SCTP_TCB_LOCK_DESTROY (stcb);
2764 SCTP_TCB_LOCK_DESTROY (stcb);
2801 SCTP_TCB_LOCK_DESTROY (stcb);
3298 SCTP_TCB_LOCK_DESTROY(stcb);

Completed in 14 milliseconds