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

  /src/sys/netinet/
sctp_pcb.h 458 #define SCTP_INP_RLOCK(_inp) do { \
481 void SCTP_INP_RLOCK(struct sctp_inpcb *);
565 #define SCTP_INP_RLOCK(_inp) do { \
630 #define SCTP_INP_RLOCK(_inp)
sctp_pcb.c 127 SCTP_INP_RLOCK(struct sctp_inpcb *inp)
142 SCTP_INP_RLOCK(inp);
277 SCTP_INP_RLOCK(inp);
524 SCTP_INP_RLOCK(locked_tcb->sctp_ep);
597 SCTP_INP_RLOCK(locked_tcb->sctp_ep);
637 SCTP_INP_RLOCK(stcb->sctp_ep);
686 SCTP_INP_RLOCK(inp);
730 SCTP_INP_RLOCK(inp);
1075 SCTP_INP_RLOCK(stcb->sctp_ep);
2631 SCTP_INP_RLOCK(inp)
    [all...]

Completed in 38 milliseconds