Searched refs:SCTP_CWND_LOG_FROM_SAT (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/sys/netinet/
H A Dsctp_cc_functions.c1111 sctp_log_cwnd(stcb, net, (net->cwnd - old_cwnd), SCTP_CWND_LOG_FROM_SAT);
1121 sctp_log_cwnd(stcb, net, (net->cwnd - old_cwnd), SCTP_CWND_LOG_FROM_SAT);
1145 sctp_log_cwnd(stcb, net, (net->cwnd - old_cwnd), SCTP_CWND_LOG_FROM_SAT);
1265 SCTP_CWND_LOG_FROM_SAT);
2327 sctp_log_cwnd(stcb, net, (net->cwnd - old_cwnd), SCTP_CWND_LOG_FROM_SAT);
H A Dsctp_constants.h113 #define SCTP_CWND_LOG_FROM_SAT 6 macro

Completed in 104 milliseconds