Searched refs:SCTP_NUM_DB_TO_VERIFY (Results 1 – 2 of 2) sorted by relevance
397 #define SCTP_NUM_DB_TO_VERIFY 31 macro401 uint8_t data_bytes[SCTP_NUM_DB_TO_VERIFY];
3107 SCTP_DATA_CHUNK_OVERHEAD(stcb) + SCTP_NUM_DB_TO_VERIFY) { in process_chunk_drop()3113 desc->data_bytes, SCTP_NUM_DB_TO_VERIFY) != 0) { in process_chunk_drop()4188 if (chk_len < sizeof(struct sctp_data_chunk) + SCTP_NUM_DB_TO_VERIFY) { in sctp_handle_packet_dropped()4196 if (offset + sizeof(struct sctp_data_chunk) + SCTP_NUM_DB_TO_VERIFY > limit) { in sctp_handle_packet_dropped()4201 memcpy(desc.data_bytes, data_chunk + 1, SCTP_NUM_DB_TO_VERIFY); in sctp_handle_packet_dropped()4215 if (chk_len < sizeof(struct sctp_idata_chunk) + SCTP_NUM_DB_TO_VERIFY) { in sctp_handle_packet_dropped()4223 if (offset + sizeof(struct sctp_idata_chunk) + SCTP_NUM_DB_TO_VERIFY > limit) { in sctp_handle_packet_dropped()4228 memcpy(desc.data_bytes, idata_chunk + 1, SCTP_NUM_DB_TO_VERIFY); in sctp_handle_packet_dropped()4235 memset(desc.data_bytes, 0, SCTP_NUM_DB_TO_VERIFY); in sctp_handle_packet_dropped()