Searched refs:SCTP_PACKET_LOG_SIZE (Results 1 – 4 of 4) sorted by relevance
879 if (total_len> SCTP_PACKET_LOG_SIZE) {894 if (newval >= SCTP_PACKET_LOG_SIZE) {908 if (newval >= SCTP_PACKET_LOG_SIZE) {921 if (thisend >= SCTP_PACKET_LOG_SIZE) {992 this_copy = min((length - sizeof(int)), SCTP_PACKET_LOG_SIZE);
628 #define SCTP_PACKET_LOG_SIZE 65536 macro
306 uint8_t packet_log_buffer[SCTP_PACKET_LOG_SIZE];
178 memset(&SCTP_BASE_VAR(packet_log_buffer), 0, SCTP_PACKET_LOG_SIZE); in sctp_init()