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

/freebsd-10.1-release/sys/netinet/
H A Dsctp_bsd_addr.c434 if (total_len > SCTP_PACKET_LOG_SIZE) {
449 if (newval >= SCTP_PACKET_LOG_SIZE) {
463 if (newval >= SCTP_PACKET_LOG_SIZE) {
476 if (thisend >= SCTP_PACKET_LOG_SIZE) {
549 this_copy = min((length - sizeof(int)), SCTP_PACKET_LOG_SIZE);
H A Dsctp.h588 #define SCTP_PACKET_LOG_SIZE 65536 macro
H A Dsctp_pcb.h258 uint8_t packet_log_buffer[SCTP_PACKET_LOG_SIZE];
H A Dsctp_usrreq.c87 bzero(&SCTP_BASE_VAR(packet_log_buffer), SCTP_PACKET_LOG_SIZE); local

Completed in 90 milliseconds