Home
last modified time | relevance | path

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

/trueos/sys/netinet/
HDsctp_uio.h483 struct sctp_assoc_reset_event { struct
533 struct sctp_assoc_reset_event sn_assocreset_event;
HDsctputil.c3382 struct sctp_assoc_reset_event *strasoc; in sctp_notify_stream_reset_tsn()
3389 m_notify = sctp_get_mbuf_for_msg(sizeof(struct sctp_assoc_reset_event), 0, M_NOWAIT, 1, MT_DATA); in sctp_notify_stream_reset_tsn()
3394 strasoc = mtod(m_notify, struct sctp_assoc_reset_event *); in sctp_notify_stream_reset_tsn()
3395 memset(strasoc, 0, sizeof(struct sctp_assoc_reset_event)); in sctp_notify_stream_reset_tsn()
3398 strasoc->assocreset_length = sizeof(struct sctp_assoc_reset_event); in sctp_notify_stream_reset_tsn()
3402 SCTP_BUF_LEN(m_notify) = sizeof(struct sctp_assoc_reset_event); in sctp_notify_stream_reset_tsn()