Home
last modified time | relevance | path

Searched refs:sctp_log_cwnd (Results 1 – 7 of 7) sorted by relevance

/external/usrsctp/usrsctplib/netinet/
Dsctp_cc_functions.c111 sctp_log_cwnd(stcb, net, 0, SCTP_CWND_INITIALIZATION); in sctp_set_initial_cc_param()
205 sctp_log_cwnd(stcb, net, (net->cwnd - old_cwnd), in sctp_cwnd_update_after_fr()
835 sctp_log_cwnd(stcb, net, 0, SCTP_CWND_LOG_FROM_SACK); in sctp_cwnd_update_after_sack_common()
987 sctp_log_cwnd(stcb, net, incr, in sctp_cwnd_update_after_sack_common()
999 sctp_log_cwnd(stcb, net, net->net_ack, in sctp_cwnd_update_after_sack_common()
1062 sctp_log_cwnd(stcb, net, net->mtu, in sctp_cwnd_update_after_sack_common()
1067 sctp_log_cwnd(stcb, net, net->net_ack, in sctp_cwnd_update_after_sack_common()
1074 sctp_log_cwnd(stcb, net, net->mtu, in sctp_cwnd_update_after_sack_common()
1176 sctp_log_cwnd(stcb, net, net->cwnd - old_cwnd, SCTP_CWND_LOG_FROM_RTX); in sctp_cwnd_update_after_timeout()
1201 sctp_log_cwnd(stcb, net, (net->cwnd - old_cwnd), SCTP_CWND_LOG_FROM_SAT); in sctp_cwnd_update_after_ecn_echo_common()
[all …]
Dsctputil.h401 void sctp_log_cwnd(struct sctp_tcb *stcb, struct sctp_nets *, int, uint8_t);
Dsctp_timer.c834 sctp_log_cwnd(stcb, lnet, 1, SCTP_CWND_LOG_FROM_T3);
836 sctp_log_cwnd(stcb, lnet, 0, SCTP_CWND_LOG_FROM_T3);
1009 sctp_log_cwnd(stcb, net, net->cwnd, SCTP_CWND_LOG_FROM_RTX);
Dsctp_output.c8555 sctp_log_cwnd(stcb, net, 1,
8567 sctp_log_cwnd(stcb, net, 3,
8573 sctp_log_cwnd(stcb, net, 4, SCTP_CWND_LOG_FILL_OUTQ_CALLED);
9496 sctp_log_cwnd(stcb, net, tsns_sent, SCTP_CWND_LOG_FROM_SEND);
9511 sctp_log_cwnd(stcb, net, *num_out, SCTP_CWND_LOG_FROM_SEND);
10543 sctp_log_cwnd(stcb, net, tsns_sent, SCTP_CWND_LOG_FROM_RESEND);
10796 sctp_log_cwnd(stcb, NULL, error, SCTP_SEND_NOW_COMPLETES);
10797 sctp_log_cwnd(stcb, NULL, 0xdeadbeef, SCTP_SEND_NOW_COMPLETES);
10806 sctp_log_cwnd(stcb, NULL, num_out, SCTP_SEND_NOW_COMPLETES);
10808 sctp_log_cwnd(stcb, NULL, reason_code, SCTP_SEND_NOW_COMPLETES);
[all …]
Dsctp_indata.c3070 sctp_log_cwnd(stcb, tp1->whoTo, tp1->rec.data.tsn, SCTP_CWND_LOG_FROM_SACK); in sctp_process_segment_range()
4103 sctp_log_cwnd(stcb, tp1->whoTo, tp1->rec.data.tsn, SCTP_CWND_LOG_FROM_SACK);
4749 sctp_log_cwnd(stcb, tp1->whoTo, tp1->rec.data.tsn, SCTP_CWND_LOG_FROM_SACK);
Dsctp_input.c334 sctp_log_cwnd(stcb, lnet, 0, SCTP_CWND_INITIALIZATION); in sctp_process_init()
Dsctputil.c339 sctp_log_cwnd(struct sctp_tcb *stcb, struct sctp_nets *net, int augment, uint8_t from) in sctp_log_cwnd() function