Searched refs:SCTP_PACKET_LOG_SIZE (Results 1 – 5 of 5) sorted by relevance
406 if (total_len > SCTP_PACKET_LOG_SIZE) { in sctp_packet_log()421 if (newval >= SCTP_PACKET_LOG_SIZE) { in sctp_packet_log()435 if (newval >= SCTP_PACKET_LOG_SIZE) { in sctp_packet_log()448 if (thisend >= SCTP_PACKET_LOG_SIZE) { in sctp_packet_log()519 this_copy = min((length - sizeof(int)), SCTP_PACKET_LOG_SIZE); in sctp_copy_out_packet_log()
595 #define SCTP_PACKET_LOG_SIZE 65536 macro
258 uint8_t packet_log_buffer[SCTP_PACKET_LOG_SIZE];
89 memset(&SCTP_BASE_VAR(packet_log_buffer), 0, SCTP_PACKET_LOG_SIZE); in sctp_init()