Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dsctp.h422 struct sctp_error_unrecognized_chunk { struct
H A Dsctp_input.c1183 if (cause_length >= sizeof(struct sctp_error_unrecognized_chunk)) { in sctp_handle_error()
1184 struct sctp_error_unrecognized_chunk *unrec_chunk; in sctp_handle_error()
1186 unrec_chunk = (struct sctp_error_unrecognized_chunk *)cause; in sctp_handle_error()