Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/netinet/
HDsctp_lock_bsd.h324 #define SCTP_ASOC_CREATE_LOCK(_inp) do { \ macro
330 #define SCTP_ASOC_CREATE_LOCK(_inp) do { \ macro
HDsctp_usrreq.c1377 SCTP_ASOC_CREATE_LOCK(inp); in sctp_do_connect_x()
7005 SCTP_ASOC_CREATE_LOCK(inp);
HDsctp_input.c4906 SCTP_ASOC_CREATE_LOCK(linp); in sctp_process_control()
HDsctp_pcb.c3209 SCTP_ASOC_CREATE_LOCK(inp); in sctp_inpcb_free()
HDsctp_output.c12749 SCTP_ASOC_CREATE_LOCK(inp); in sctp_lower_sosend()
/freebsd-14-stable/sys/netinet6/
HDsctp6_usrreq.c789 SCTP_ASOC_CREATE_LOCK(inp); in sctp6_connect()