Home
last modified time | relevance | path

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

/netbsd-src/sys/netinet/
H A Dsctp_pcb.h458 #define SCTP_INP_RLOCK(_inp) do { \ macro
565 #define SCTP_INP_RLOCK(_inp) do { \ macro
630 #define SCTP_INP_RLOCK(_inp) macro
H A Dsctp_pcb.c127 SCTP_INP_RLOCK(struct sctp_inpcb *inp) in SCTP_INP_RLOCK() function