Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dsctp_cc_functions.c107 (SCTP_CWND_MONITOR_ENABLE | SCTP_CWND_LOGGING_ENABLE)) { in sctp_set_initial_cc_param()
204 if (SCTP_BASE_SYSCTL(sctp_logging_level) & SCTP_CWND_MONITOR_ENABLE) { in sctp_cwnd_update_after_fr()
906 if (SCTP_BASE_SYSCTL(sctp_logging_level) & SCTP_CWND_MONITOR_ENABLE) { in sctp_cwnd_update_after_sack_common()
978 if (SCTP_BASE_SYSCTL(sctp_logging_level) & SCTP_CWND_MONITOR_ENABLE) { in sctp_cwnd_update_after_sack_common()
1080 if (SCTP_BASE_SYSCTL(sctp_logging_level) & SCTP_CWND_MONITOR_ENABLE) { in sctp_cwnd_update_after_timeout()
1107 if (SCTP_BASE_SYSCTL(sctp_logging_level) & SCTP_CWND_MONITOR_ENABLE) { in sctp_cwnd_update_after_ecn_echo_common()
1117 if (SCTP_BASE_SYSCTL(sctp_logging_level) & SCTP_CWND_MONITOR_ENABLE) { in sctp_cwnd_update_after_ecn_echo_common()
1140 if (SCTP_BASE_SYSCTL(sctp_logging_level) & SCTP_CWND_MONITOR_ENABLE) { in sctp_cwnd_update_after_ecn_echo_common()
1259 if (SCTP_BASE_SYSCTL(sctp_logging_level) & SCTP_CWND_MONITOR_ENABLE) { in sctp_cwnd_update_after_packet_dropped()
1282 if (SCTP_BASE_SYSCTL(sctp_logging_level) & SCTP_CWND_MONITOR_ENABLE) { in sctp_cwnd_update_after_output()
[all …]
H A Dsctp.h619 #define SCTP_CWND_MONITOR_ENABLE 0x00000002 macro
H A Dsctp_timer.c994 if (SCTP_BASE_SYSCTL(sctp_logging_level) & SCTP_CWND_MONITOR_ENABLE) { in sctp_t3rxt_timer()
H A Dsctp_input.c260 …if (SCTP_BASE_SYSCTL(sctp_logging_level) & (SCTP_CWND_MONITOR_ENABLE | SCTP_CWND_LOGGING_ENABLE)) { in sctp_process_init()