Home
last modified time | relevance | path

Searched refs:SCTP_ASOC_CREATE_LOCK (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/netinet/
H A Dsctp_lock_bsd.h324 #define SCTP_ASOC_CREATE_LOCK(_inp) do { \ macro
330 #define SCTP_ASOC_CREATE_LOCK(_inp) do { \ macro
H A Dsctp_usrreq.c1371 SCTP_ASOC_CREATE_LOCK(inp); in sctp_do_connect_x()
6999 SCTP_ASOC_CREATE_LOCK(inp);
H A Dsctp_input.c4906 SCTP_ASOC_CREATE_LOCK(linp); in sctp_process_control()
H A Dsctp_pcb.c3209 SCTP_ASOC_CREATE_LOCK(inp); in sctp_inpcb_free()
H A Dsctp_output.c12747 SCTP_ASOC_CREATE_LOCK(inp); in sctp_lower_sosend()
/freebsd/sys/netinet6/
H A Dsctp6_usrreq.c789 SCTP_ASOC_CREATE_LOCK(inp); in sctp6_connect()