Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dsctp_bsd_addr.c403 if (total_len > SCTP_PACKET_LOG_SIZE) { in sctp_packet_log()
418 if (newval >= SCTP_PACKET_LOG_SIZE) { in sctp_packet_log()
432 if (newval >= SCTP_PACKET_LOG_SIZE) { in sctp_packet_log()
445 if (thisend >= SCTP_PACKET_LOG_SIZE) { in sctp_packet_log()
515 this_copy = min((length - sizeof(int)), SCTP_PACKET_LOG_SIZE); in sctp_copy_out_packet_log()
H A Dsctp.h602 #define SCTP_PACKET_LOG_SIZE 65536 macro
H A Dsctp_pcb.h255 uint8_t packet_log_buffer[SCTP_PACKET_LOG_SIZE];
H A Dsctp_usrreq.c86 memset(&SCTP_BASE_VAR(packet_log_buffer), 0, SCTP_PACKET_LOG_SIZE); in sctp_init()