Home
last modified time | relevance | path

Searched refs:SCTP_CHUNK_BUFFER_SIZE (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/netinet/
H A Dsctp_constants.h673 #define SCTP_CHUNK_BUFFER_SIZE 512 macro
H A Dsctp_input.c1971 uint8_t auth_chunk_buf[SCTP_CHUNK_BUFFER_SIZE]; in sctp_process_cookie_new()
2100 if (auth_len <= SCTP_CHUNK_BUFFER_SIZE) { in sctp_process_cookie_new()
3956 uint8_t cstore[SCTP_CHUNK_BUFFER_SIZE]; in sctp_handle_stream_reset()
4333 uint8_t chunk_buf[SCTP_CHUNK_BUFFER_SIZE]; in sctp_process_control()
4438 if (auth_len <= SCTP_CHUNK_BUFFER_SIZE) { in sctp_process_control()
H A Dsctputil.c3165 if (abort_len > SCTP_CHUNK_BUFFER_SIZE) { in sctp_notify_assoc_change()
3166 abort_len = SCTP_CHUNK_BUFFER_SIZE; in sctp_notify_assoc_change()
4030 if (chunk_len > SCTP_CHUNK_BUFFER_SIZE) { in sctp_notify_remote_error()
4031 chunk_len = SCTP_CHUNK_BUFFER_SIZE; in sctp_notify_remote_error()