Home | Sort by: relevance | last modified time | path |
/src/sys/netinet/ | |
sctp_timer.c | 317 int old_cwnd=net->cwnd; local in function:sctp_backoff_on_timeout 328 sctp_log_cwnd(net, net->cwnd-old_cwnd, SCTP_CWND_LOG_FROM_RTX); |
sctp_indata.c | 3426 int old_cwnd = net->cwnd; local in function:sctp_hs_cwnd_decrease 3439 sctp_log_cwnd(net, (net->cwnd-old_cwnd), SCTP_CWND_LOG_FROM_FR); 4158 int old_cwnd = net->cwnd; local in function:sctp_handle_sack 4166 sctp_log_cwnd(net, (net->cwnd-old_cwnd), |
sctp_input.c | 2259 int old_cwnd; local in function:sctp_handle_ecn_echo 2262 old_cwnd = net->cwnd; 2273 sctp_log_cwnd(net, (net->cwnd-old_cwnd), SCTP_CWND_LOG_FROM_SAT); 2904 int old_cwnd=net->cwnd; local in function:sctp_handle_packet_dropped 3000 if (net->cwnd - old_cwnd != 0) { 3002 sctp_log_cwnd(net, (net->cwnd - old_cwnd), |