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

/freebsd-12-stable/sys/netinet/
H A Dsctp.h420 struct sctp_error_unrecognized_chunk { struct
H A Dsctp_input.c1205 if (cause_length >= sizeof(struct sctp_error_unrecognized_chunk)) {
1206 struct sctp_error_unrecognized_chunk *unrec_chunk;
1208 unrec_chunk = (struct sctp_error_unrecognized_chunk *)cause;

Completed in 120 milliseconds