Home
last modified time | relevance | path

Searched refs:SCTP_PACKET_LOG_SIZE (Results 1 – 4 of 4) sorted by relevance

/freebsd-11-stable/sys/netinet/
HDsctp_bsd_addr.c421 if (total_len > SCTP_PACKET_LOG_SIZE) { in sctp_packet_log()
436 if (newval >= SCTP_PACKET_LOG_SIZE) { in sctp_packet_log()
450 if (newval >= SCTP_PACKET_LOG_SIZE) { in sctp_packet_log()
463 if (thisend >= SCTP_PACKET_LOG_SIZE) { in sctp_packet_log()
536 this_copy = min((length - sizeof(int)), SCTP_PACKET_LOG_SIZE); in sctp_copy_out_packet_log()
HDsctp.h600 #define SCTP_PACKET_LOG_SIZE 65536 macro
HDsctp_pcb.h258 uint8_t packet_log_buffer[SCTP_PACKET_LOG_SIZE];
HDsctp_usrreq.c88 memset(&SCTP_BASE_VAR(packet_log_buffer), 0, SCTP_PACKET_LOG_SIZE); in sctp_init()