Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dsctputil.c3874 struct sctp_assoc_reset_event *strasoc; in sctp_notify_stream_reset_tsn() local
3886 strasoc = mtod(m_notify, struct sctp_assoc_reset_event *); in sctp_notify_stream_reset_tsn()
3887 memset(strasoc, 0, sizeof(struct sctp_assoc_reset_event)); in sctp_notify_stream_reset_tsn()
3888 strasoc->assocreset_type = SCTP_ASSOC_RESET_EVENT; in sctp_notify_stream_reset_tsn()
3889 strasoc->assocreset_flags = flag; in sctp_notify_stream_reset_tsn()
3890 strasoc->assocreset_length = sizeof(struct sctp_assoc_reset_event); in sctp_notify_stream_reset_tsn()
3891 strasoc->assocreset_assoc_id = sctp_get_associd(stcb); in sctp_notify_stream_reset_tsn()
3892 strasoc->assocreset_local_tsn = sending_tsn; in sctp_notify_stream_reset_tsn()
3893 strasoc->assocreset_remote_tsn = recv_tsn; in sctp_notify_stream_reset_tsn()