Searched refs:strreset (Results 1 – 1 of 1) sorted by relevance
2374 struct sctp_stream_reset_event *strreset; in sctp_notify_stream_reset() local2401 strreset = mtod(m_notify, struct sctp_stream_reset_event *); in sctp_notify_stream_reset()2402 strreset->strreset_type = SCTP_STREAM_RESET_EVENT; in sctp_notify_stream_reset()2404 strreset->strreset_flags = flag | SCTP_STRRESET_ALL_STREAMS; in sctp_notify_stream_reset()2406 strreset->strreset_flags = flag | SCTP_STRRESET_STREAM_LIST; in sctp_notify_stream_reset()2408 strreset->strreset_length = len; in sctp_notify_stream_reset()2409 strreset->strreset_assoc_id = sctp_get_associd(stcb); in sctp_notify_stream_reset()2413 strreset->strreset_list[i] = list[i]; in sctp_notify_stream_reset()