Searched refs:SCTP_PACKET_LOG_SIZE (Results 1 – 4 of 4) sorted by relevance
432 if (total_len > SCTP_PACKET_LOG_SIZE) { in sctp_packet_log()447 if (newval >= SCTP_PACKET_LOG_SIZE) { in sctp_packet_log()461 if (newval >= SCTP_PACKET_LOG_SIZE) { in sctp_packet_log()474 if (thisend >= SCTP_PACKET_LOG_SIZE) { in sctp_packet_log()547 this_copy = min((length - sizeof(int)), SCTP_PACKET_LOG_SIZE); in sctp_copy_out_packet_log()
589 #define SCTP_PACKET_LOG_SIZE 65536 macro
258 uint8_t packet_log_buffer[SCTP_PACKET_LOG_SIZE];
88 bzero(&SCTP_BASE_VAR(packet_log_buffer), SCTP_PACKET_LOG_SIZE); in sctp_init()