Searched refs:strasoc (Results 1 – 1 of 1) sorted by relevance
3890 struct sctp_assoc_reset_event *strasoc; in sctp_notify_stream_reset_tsn() local3906 strasoc = mtod(m_notify, struct sctp_assoc_reset_event *); in sctp_notify_stream_reset_tsn()3907 memset(strasoc, 0, sizeof(struct sctp_assoc_reset_event)); in sctp_notify_stream_reset_tsn()3908 strasoc->assocreset_type = SCTP_ASSOC_RESET_EVENT; in sctp_notify_stream_reset_tsn()3909 strasoc->assocreset_flags = flag; in sctp_notify_stream_reset_tsn()3910 strasoc->assocreset_length = sizeof(struct sctp_assoc_reset_event); in sctp_notify_stream_reset_tsn()3911 strasoc->assocreset_assoc_id = sctp_get_associd(stcb); in sctp_notify_stream_reset_tsn()3912 strasoc->assocreset_local_tsn = stcb->asoc.sending_seq; in sctp_notify_stream_reset_tsn()3913 strasoc->assocreset_remote_tsn = stcb->asoc.mapping_array_base_tsn + 1; in sctp_notify_stream_reset_tsn()