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

  /src/sys/netinet/
sctp_pcb.h 454 #define SCTP_INP_LOCK_DESTROY(_inp) mtx_destroy(&(_inp)->inp_mtx)
562 #define SCTP_INP_LOCK_DESTROY(_inp) mutex_destroy(&(_inp)->inp_mtx)
629 #define SCTP_INP_LOCK_DESTROY(_inp)
sctp_pcb.c 2237 SCTP_INP_LOCK_DESTROY(inp);

Completed in 66 milliseconds