Home
last modified time | relevance | path

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

/NextBSD/sys/netinet/
HDsctp.h390 struct sctp_error_invalid_stream { struct
HDsctp_indata.c1429 struct sctp_error_invalid_stream *cause; in sctp_process_a_data_chunk()
1431 op_err = sctp_get_mbuf_for_msg(sizeof(struct sctp_error_invalid_stream), in sctp_process_a_data_chunk()
1436 cause = mtod(op_err, struct sctp_error_invalid_stream *); in sctp_process_a_data_chunk()
1442 SCTP_BUF_LEN(op_err) = sizeof(struct sctp_error_invalid_stream); in sctp_process_a_data_chunk()
1444 cause->cause.length = htons(sizeof(struct sctp_error_invalid_stream)); in sctp_process_a_data_chunk()