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

/freebsd-9.3-release/sys/netinet/
H A Dsctp_cc_functions.c89 sctp_log_cwnd(stcb, net, 0, SCTP_CWND_INITIALIZATION);
185 sctp_log_cwnd(stcb, net, (net->cwnd - old_cwnd),
734 sctp_log_cwnd(stcb, net, 0, SCTP_CWND_LOG_FROM_SACK);
886 sctp_log_cwnd(stcb, net, incr,
896 sctp_log_cwnd(stcb, net, net->net_ack,
957 sctp_log_cwnd(stcb, net, net->mtu,
962 sctp_log_cwnd(stcb, net, net->net_ack,
969 sctp_log_cwnd(stcb, net, net->mtu,
1060 sctp_log_cwnd(stcb, net, net->cwnd - old_cwnd, SCTP_CWND_LOG_FROM_RTX);
1087 sctp_log_cwnd(stc
[all...]
H A Dsctputil.h361 void sctp_log_cwnd(struct sctp_tcb *stcb, struct sctp_nets *, int, uint8_t);
H A Dsctp_timer.c808 sctp_log_cwnd(stcb, lnet, 1, SCTP_CWND_LOG_FROM_T3);
810 sctp_log_cwnd(stcb, lnet, 0, SCTP_CWND_LOG_FROM_T3);
972 sctp_log_cwnd(stcb, net, net->cwnd, SCTP_CWND_LOG_FROM_RTX);
H A Dsctp_output.c7917 sctp_log_cwnd(stcb, net, 1,
7929 sctp_log_cwnd(stcb, net, 3,
7935 sctp_log_cwnd(stcb, net, 4, SCTP_CWND_LOG_FILL_OUTQ_CALLED);
8881 sctp_log_cwnd(stcb, net, tsns_sent, SCTP_CWND_LOG_FROM_SEND);
8895 sctp_log_cwnd(stcb, net, *num_out, SCTP_CWND_LOG_FROM_SEND);
9881 sctp_log_cwnd(stcb, net, tsns_sent, SCTP_CWND_LOG_FROM_RESEND);
10132 sctp_log_cwnd(stcb, NULL, error, SCTP_SEND_NOW_COMPLETES);
10133 sctp_log_cwnd(stcb, NULL, 0xdeadbeef, SCTP_SEND_NOW_COMPLETES);
10142 sctp_log_cwnd(stcb, NULL, num_out, SCTP_SEND_NOW_COMPLETES);
10144 sctp_log_cwnd(stc
[all...]
H A Dsctp_indata.c2678 sctp_log_cwnd(stcb, tp1->whoTo, tp1->rec.data.TSN_seq, SCTP_CWND_LOG_FROM_SACK);
3727 sctp_log_cwnd(stcb, tp1->whoTo, tp1->rec.data.TSN_seq, SCTP_CWND_LOG_FROM_SACK);
4367 sctp_log_cwnd(stcb, tp1->whoTo, tp1->rec.data.TSN_seq, SCTP_CWND_LOG_FROM_SACK);
H A Dsctp_input.c301 sctp_log_cwnd(stcb, lnet, 0, SCTP_CWND_INITIALIZATION);
H A Dsctputil.c275 sctp_log_cwnd(struct sctp_tcb *stcb, struct sctp_nets *net, int augment, uint8_t from) function

Completed in 298 milliseconds