Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/inet/
H A Dsctp_itf.h99 extern void sctp_recvd(struct sctp_s *conn, int len);
/titanic_41/usr/src/uts/common/inet/sockmods/
H A Dsocksctp.c629 sctp_recvd((struct sctp_s *)so->so_proto_handle, count); in sosctp_recvmsg()
655 sctp_recvd(ssa->ssa_conn, count); in sosctp_recvmsg()
783 sctp_recvd((struct sctp_s *)so->so_proto_handle, in sosctp_sendmsg()
1035 sctp_recvd(ssa->ssa_conn, so->so_rcvbuf); in sosctp_seq_sendmsg()
1205 sctp_recvd((struct sctp_s *)so->so_proto_handle, so->so_rcvbuf); in sosctp_shutdown()
1831 sctp_recvd((struct sctp_s *)so->so_proto_handle, in sosctp_close()
1848 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()
/titanic_41/usr/src/uts/common/inet/sctp/
H A Dsctp_input.c4418 sctp_recvd(sctp_t *sctp, int len) in sctp_recvd() function