Home
last modified time | relevance | path

Searched refs:SCTP_CWNDLOG_PRESEND (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/netinet/
H A Dsctp_constants.h177 #define SCTP_CWNDLOG_PRESEND 77 macro
H A Dsctp_output.c13441 sctp_misc_ints(SCTP_CWNDLOG_PRESEND, queue_only_for_init, queue_only, in sctp_lower_sosend()
13443 sctp_misc_ints(SCTP_CWNDLOG_PRESEND, asoc->total_output_queue_size, in sctp_lower_sosend()
13720 sctp_misc_ints(SCTP_CWNDLOG_PRESEND, queue_only_for_init, queue_only, in sctp_lower_sosend()
13722 sctp_misc_ints(SCTP_CWNDLOG_PRESEND, asoc->total_output_queue_size, in sctp_lower_sosend()
H A Dsctputil.c334 if (SCTP_CWNDLOG_PRESEND == from) { in sctp_log_cwnd()