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

/freebsd-12-stable/sys/netinet/
H A Dsctp.h395 struct sctp_error_invalid_stream { struct
H A Dsctp_indata.c1834 struct sctp_error_invalid_stream *cause;
1836 op_err = sctp_get_mbuf_for_msg(sizeof(struct sctp_error_invalid_stream),
1841 cause = mtod(op_err, struct sctp_error_invalid_stream *);
1847 SCTP_BUF_LEN(op_err) = sizeof(struct sctp_error_invalid_stream);
1849 cause->cause.length = htons(sizeof(struct sctp_error_invalid_stream));

Completed in 129 milliseconds