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

/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
H A Dsctp_cc_functions.c95 sctp_log_cwnd(stcb, net, 0, SCTP_CWND_INITIALIZATION);
188 sctp_log_cwnd(stcb, net, (net->cwnd - old_cwnd),
814 sctp_log_cwnd(stcb, net, 0, SCTP_CWND_LOG_FROM_SACK);
965 sctp_log_cwnd(stcb, net, incr,
977 sctp_log_cwnd(stcb, net, net->net_ack,
1039 sctp_log_cwnd(stcb, net, net->mtu,
1044 sctp_log_cwnd(stcb, net, net->net_ack,
1051 sctp_log_cwnd(stcb, net, net->mtu,
1153 sctp_log_cwnd(stcb, net, net->cwnd - old_cwnd, SCTP_CWND_LOG_FROM_RTX);
1178 sctp_log_cwnd(stc
[all...]
H A Dsctputil.h383 void sctp_log_cwnd(struct sctp_tcb *stcb, struct sctp_nets *, int, uint8_t);
H A Dsctp_timer.c815 sctp_log_cwnd(stcb, lnet, 1, SCTP_CWND_LOG_FROM_T3);
817 sctp_log_cwnd(stcb, lnet, 0, SCTP_CWND_LOG_FROM_T3);
981 sctp_log_cwnd(stcb, net, net->cwnd, SCTP_CWND_LOG_FROM_RTX);
H A Dsctp_output.c8349 sctp_log_cwnd(stcb, net, 1,
8361 sctp_log_cwnd(stcb, net, 3,
8367 sctp_log_cwnd(stcb, net, 4, SCTP_CWND_LOG_FILL_OUTQ_CALLED);
9324 sctp_log_cwnd(stcb, net, tsns_sent, SCTP_CWND_LOG_FROM_SEND);
9339 sctp_log_cwnd(stcb, net, *num_out, SCTP_CWND_LOG_FROM_SEND);
10340 sctp_log_cwnd(stcb, net, tsns_sent, SCTP_CWND_LOG_FROM_RESEND);
10590 sctp_log_cwnd(stcb, NULL, error, SCTP_SEND_NOW_COMPLETES);
10591 sctp_log_cwnd(stcb, NULL, 0xdeadbeef, SCTP_SEND_NOW_COMPLETES);
10600 sctp_log_cwnd(stcb, NULL, num_out, SCTP_SEND_NOW_COMPLETES);
10602 sctp_log_cwnd(stc
[all...]
H A Dsctp_indata.c2701 sctp_log_cwnd(stcb, tp1->whoTo, tp1->rec.data.TSN_seq, SCTP_CWND_LOG_FROM_SACK);
3736 sctp_log_cwnd(stcb, tp1->whoTo, tp1->rec.data.TSN_seq, SCTP_CWND_LOG_FROM_SACK);
4395 sctp_log_cwnd(stcb, tp1->whoTo, tp1->rec.data.TSN_seq, SCTP_CWND_LOG_FROM_SACK);
H A Dsctp_input.c325 sctp_log_cwnd(stcb, lnet, 0, SCTP_CWND_INITIALIZATION);
H A Dsctputil.c318 sctp_log_cwnd(struct sctp_tcb *stcb, struct sctp_nets *net, int augment, uint8_t from) function

Completed in 2050 milliseconds