/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/ |
sctp_cc_functions.c | 95 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 [all...] |
sctputil.h | 383 void sctp_log_cwnd(struct sctp_tcb *stcb, struct sctp_nets *, int, uint8_t);
|
sctp_timer.c | 815 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); [all...] |
sctp_output.c | [all...] |
sctp_indata.c | [all...] |
sctp_input.c | 325 sctp_log_cwnd(stcb, lnet, 0, SCTP_CWND_INITIALIZATION); [all...] |
sctputil.c | 318 sctp_log_cwnd(struct sctp_tcb *stcb, struct sctp_nets *net, int augment, uint8_t from) function [all...] |