Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/netinet/
Dsctp_lock_bsd.h316 #define SCTP_ASOC_CREATE_LOCK(_inp) do { \ macro
322 #define SCTP_ASOC_CREATE_LOCK(_inp) do { \ macro
Dsctp_usrreq.c1366 SCTP_ASOC_CREATE_LOCK(inp); in sctp_do_connect_x()
6995 SCTP_ASOC_CREATE_LOCK(inp);
Dsctp_input.c4987 SCTP_ASOC_CREATE_LOCK(linp); in sctp_process_control()
Dsctp_pcb.c3365 SCTP_ASOC_CREATE_LOCK(inp); in sctp_inpcb_free()
Dsctp_output.c12643 SCTP_ASOC_CREATE_LOCK(inp); in sctp_lower_sosend()
/freebsd-12-stable/sys/netinet6/
Dsctp6_usrreq.c823 SCTP_ASOC_CREATE_LOCK(inp); in sctp6_connect()