Searched refs:sctp_log_cwnd (Results 1 – 7 of 7) sorted by relevance
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/ |
D | sctp_cc_functions.c | 95 sctp_log_cwnd(stcb, net, 0, SCTP_CWND_INITIALIZATION); in sctp_set_initial_cc_param() 188 sctp_log_cwnd(stcb, net, (net->cwnd - old_cwnd), in sctp_cwnd_update_after_fr() 814 sctp_log_cwnd(stcb, net, 0, SCTP_CWND_LOG_FROM_SACK); in sctp_cwnd_update_after_sack_common() 965 sctp_log_cwnd(stcb, net, incr, in sctp_cwnd_update_after_sack_common() 977 sctp_log_cwnd(stcb, net, net->net_ack, in sctp_cwnd_update_after_sack_common() 1039 sctp_log_cwnd(stcb, net, net->mtu, in sctp_cwnd_update_after_sack_common() 1044 sctp_log_cwnd(stcb, net, net->net_ack, in sctp_cwnd_update_after_sack_common() 1051 sctp_log_cwnd(stcb, net, net->mtu, in sctp_cwnd_update_after_sack_common() 1153 sctp_log_cwnd(stcb, net, net->cwnd - old_cwnd, SCTP_CWND_LOG_FROM_RTX); in sctp_cwnd_update_after_timeout() 1178 sctp_log_cwnd(stcb, net, (net->cwnd - old_cwnd), SCTP_CWND_LOG_FROM_SAT); in sctp_cwnd_update_after_ecn_echo_common() [all …]
|
D | sctputil.h | 381 void sctp_log_cwnd(struct sctp_tcb *stcb, struct sctp_nets *, int, uint8_t);
|
D | sctp_timer.c | 813 sctp_log_cwnd(stcb, lnet, 1, SCTP_CWND_LOG_FROM_T3); 815 sctp_log_cwnd(stcb, lnet, 0, SCTP_CWND_LOG_FROM_T3); 979 sctp_log_cwnd(stcb, net, net->cwnd, SCTP_CWND_LOG_FROM_RTX);
|
D | sctp_output.c | 8163 sctp_log_cwnd(stcb, net, 1, 8175 sctp_log_cwnd(stcb, net, 3, 8181 sctp_log_cwnd(stcb, net, 4, SCTP_CWND_LOG_FILL_OUTQ_CALLED); 9138 sctp_log_cwnd(stcb, net, tsns_sent, SCTP_CWND_LOG_FROM_SEND); 9153 sctp_log_cwnd(stcb, net, *num_out, SCTP_CWND_LOG_FROM_SEND); 10154 sctp_log_cwnd(stcb, net, tsns_sent, SCTP_CWND_LOG_FROM_RESEND); 10404 sctp_log_cwnd(stcb, NULL, error, SCTP_SEND_NOW_COMPLETES); 10405 sctp_log_cwnd(stcb, NULL, 0xdeadbeef, SCTP_SEND_NOW_COMPLETES); 10414 sctp_log_cwnd(stcb, NULL, num_out, SCTP_SEND_NOW_COMPLETES); 10416 sctp_log_cwnd(stcb, NULL, reason_code, SCTP_SEND_NOW_COMPLETES); [all …]
|
D | sctp_indata.c | 2696 sctp_log_cwnd(stcb, tp1->whoTo, tp1->rec.data.TSN_seq, SCTP_CWND_LOG_FROM_SACK); in sctp_process_segment_range() 3731 sctp_log_cwnd(stcb, tp1->whoTo, tp1->rec.data.TSN_seq, SCTP_CWND_LOG_FROM_SACK); 4390 sctp_log_cwnd(stcb, tp1->whoTo, tp1->rec.data.TSN_seq, SCTP_CWND_LOG_FROM_SACK);
|
D | sctp_input.c | 323 sctp_log_cwnd(stcb, lnet, 0, SCTP_CWND_INITIALIZATION); in sctp_process_init()
|
D | sctputil.c | 318 sctp_log_cwnd(struct sctp_tcb *stcb, struct sctp_nets *net, int augment, uint8_t from) in sctp_log_cwnd() function
|