Home
last modified time | relevance | path

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

/external/usrsctp/usrsctplib/netinet/
Dsctputil.c4069 struct sctp_assoc_reset_event *strasoc; in sctp_notify_stream_reset_tsn() local
4081 strasoc = mtod(m_notify, struct sctp_assoc_reset_event *); in sctp_notify_stream_reset_tsn()
4082 memset(strasoc, 0, sizeof(struct sctp_assoc_reset_event)); in sctp_notify_stream_reset_tsn()
4083 strasoc->assocreset_type = SCTP_ASSOC_RESET_EVENT; in sctp_notify_stream_reset_tsn()
4084 strasoc->assocreset_flags = flag; in sctp_notify_stream_reset_tsn()
4085 strasoc->assocreset_length = sizeof(struct sctp_assoc_reset_event); in sctp_notify_stream_reset_tsn()
4086 strasoc->assocreset_assoc_id= sctp_get_associd(stcb); in sctp_notify_stream_reset_tsn()
4087 strasoc->assocreset_local_tsn = sending_tsn; in sctp_notify_stream_reset_tsn()
4088 strasoc->assocreset_remote_tsn = recv_tsn; in sctp_notify_stream_reset_tsn()