Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dsctp_header.h399 #define SCTP_NUM_DB_TO_VERIFY 31 macro
403 uint8_t data_bytes[SCTP_NUM_DB_TO_VERIFY];
H A Dsctp_input.c3148 SCTP_DATA_CHUNK_OVERHEAD(stcb) + SCTP_NUM_DB_TO_VERIFY) { in process_chunk_drop()
3154 desc->data_bytes, SCTP_NUM_DB_TO_VERIFY) != 0) { in process_chunk_drop()
4238 if (chk_len < sizeof(struct sctp_data_chunk) + SCTP_NUM_DB_TO_VERIFY) { in sctp_handle_packet_dropped()
4246 if (offset + sizeof(struct sctp_data_chunk) + SCTP_NUM_DB_TO_VERIFY > limit) { in sctp_handle_packet_dropped()
4251 memcpy(desc.data_bytes, data_chunk + 1, SCTP_NUM_DB_TO_VERIFY); in sctp_handle_packet_dropped()
4265 if (chk_len < sizeof(struct sctp_idata_chunk) + SCTP_NUM_DB_TO_VERIFY) { in sctp_handle_packet_dropped()
4273 if (offset + sizeof(struct sctp_idata_chunk) + SCTP_NUM_DB_TO_VERIFY > limit) { in sctp_handle_packet_dropped()
4278 memcpy(desc.data_bytes, idata_chunk + 1, SCTP_NUM_DB_TO_VERIFY); in sctp_handle_packet_dropped()