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

  /src/sys/netinet/
sctp_pcb.h 455 #define SCTP_ASOC_CREATE_LOCK_DESTROY(_inp) mtx_destroy(&(_inp)->inp_create_mtx)
563 #define SCTP_ASOC_CREATE_LOCK_DESTROY(_inp) mutex_destroy(&(_inp)->inp_create_mtx)
637 #define SCTP_ASOC_CREATE_LOCK_DESTROY(_inp)
sctp_pcb.c 2238 SCTP_ASOC_CREATE_LOCK_DESTROY(inp);

Completed in 35 milliseconds