Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/netinet/
H A Dsctp_constants.h106 #define SCTP_CWND_LOG_FROM_RTX 2 macro
/f-stack/freebsd/netinet/
H A Dsctp_constants.h106 #define SCTP_CWND_LOG_FROM_RTX 2 macro
H A Dsctp_cc_functions.c1080 sctp_log_cwnd(stcb, net, net->cwnd - old_cwnd, SCTP_CWND_LOG_FROM_RTX); in sctp_cwnd_update_after_timeout()
2291 sctp_log_cwnd(stcb, net, net->cwnd - old_cwnd, SCTP_CWND_LOG_FROM_RTX); in sctp_htcp_cwnd_update_after_timeout()
H A Dsctp_timer.c999 sctp_log_cwnd(stcb, net, net->cwnd, SCTP_CWND_LOG_FROM_RTX); in sctp_t3rxt_timer()