Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dsctp.h397 struct sctp_error_invalid_stream { struct
H A Dsctp_indata.c1813 struct sctp_error_invalid_stream *cause; in sctp_process_a_data_chunk()
1815 op_err = sctp_get_mbuf_for_msg(sizeof(struct sctp_error_invalid_stream), in sctp_process_a_data_chunk()
1820 cause = mtod(op_err, struct sctp_error_invalid_stream *); in sctp_process_a_data_chunk()
1826 SCTP_BUF_LEN(op_err) = sizeof(struct sctp_error_invalid_stream); in sctp_process_a_data_chunk()
1828 cause->cause.length = htons(sizeof(struct sctp_error_invalid_stream)); in sctp_process_a_data_chunk()