Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/netinet/
Dsctp_lock_bsd.h284 #define SCTP_ASOC_CREATE_LOCK(_inp) \ macro
291 #define SCTP_ASOC_CREATE_LOCK(_inp) \ macro
Dsctp_usrreq.c1444 SCTP_ASOC_CREATE_LOCK(inp); in sctp_do_connect_x()
6880 SCTP_ASOC_CREATE_LOCK(inp);
Dsctp_pcb.c3358 SCTP_ASOC_CREATE_LOCK(inp); in sctp_inpcb_free()
Dsctp_input.c5224 SCTP_ASOC_CREATE_LOCK(linp); in sctp_process_control()
Dsctp_output.c12600 SCTP_ASOC_CREATE_LOCK(inp); in sctp_lower_sosend()
/freebsd-10-stable/sys/netinet6/
Dsctp6_usrreq.c887 SCTP_ASOC_CREATE_LOCK(inp); in sctp6_connect()