Home
last modified time | relevance | path

Searched refs:sctp_recvd (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/
H A Dsctp_itf.h99 extern void sctp_recvd(struct sctp_s *conn, int len);
/illumos-gate/usr/src/uts/common/inet/sockmods/
H A Dsocksctp.c638 sctp_recvd((struct sctp_s *)so->so_proto_handle, count); in sosctp_recvmsg()
664 sctp_recvd(ssa->ssa_conn, count); in sosctp_recvmsg()
792 sctp_recvd((struct sctp_s *)so->so_proto_handle, in sosctp_sendmsg()
1044 sctp_recvd(ssa->ssa_conn, so->so_rcvbuf); in sosctp_seq_sendmsg()
1214 sctp_recvd((struct sctp_s *)so->so_proto_handle, so->so_rcvbuf); in sosctp_shutdown()
1840 sctp_recvd((struct sctp_s *)so->so_proto_handle, in sosctp_close()
1857 sctp_recvd(ssa->ssa_conn, so->so_rcvbuf - in sosctp_close()
H A Dsocksctpsubr.c196 sctp_recvd(ssa->ssa_conn, so->so_rcvbuf); in sosctp_assoc_free()
/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_input.c4428 sctp_recvd(sctp_t *sctp, int len) in sctp_recvd() function