Searched refs:sctp_log_cwnd (Results 1 – 7 of 7) sorted by relevance
| /freebsd-10-stable/sys/netinet/ |
| D | sctp_cc_functions.c | 103 sctp_log_cwnd(stcb, net, 0, SCTP_CWND_INITIALIZATION); in sctp_set_initial_cc_param() 200 sctp_log_cwnd(stcb, net, (net->cwnd - old_cwnd), in sctp_cwnd_update_after_fr() 753 sctp_log_cwnd(stcb, net, 0, SCTP_CWND_LOG_FROM_SACK); in sctp_cwnd_update_after_sack_common() 906 sctp_log_cwnd(stcb, net, incr, in sctp_cwnd_update_after_sack_common() 916 sctp_log_cwnd(stcb, net, net->net_ack, in sctp_cwnd_update_after_sack_common() 978 sctp_log_cwnd(stcb, net, net->mtu, in sctp_cwnd_update_after_sack_common() 983 sctp_log_cwnd(stcb, net, net->net_ack, in sctp_cwnd_update_after_sack_common() 990 sctp_log_cwnd(stcb, net, net->mtu, in sctp_cwnd_update_after_sack_common() 1081 sctp_log_cwnd(stcb, net, net->cwnd - old_cwnd, SCTP_CWND_LOG_FROM_RTX); in sctp_cwnd_update_after_timeout() 1108 sctp_log_cwnd(stcb, net, (net->cwnd - old_cwnd), SCTP_CWND_LOG_FROM_SAT); in sctp_cwnd_update_after_ecn_echo_common() [all …]
|
| D | sctp_timer.c | 822 sctp_log_cwnd(stcb, lnet, 1, SCTP_CWND_LOG_FROM_T3); in sctp_t3rxt_timer() 824 sctp_log_cwnd(stcb, lnet, 0, SCTP_CWND_LOG_FROM_T3); in sctp_t3rxt_timer() 986 sctp_log_cwnd(stcb, net, net->cwnd, SCTP_CWND_LOG_FROM_RTX); in sctp_t3rxt_timer()
|
| D | sctputil.h | 372 void sctp_log_cwnd(struct sctp_tcb *stcb, struct sctp_nets *, int, uint8_t);
|
| D | sctp_output.c | 7932 sctp_log_cwnd(stcb, net, 1, in sctp_med_chunk_output() 7944 sctp_log_cwnd(stcb, net, 3, in sctp_med_chunk_output() 7950 sctp_log_cwnd(stcb, net, 4, SCTP_CWND_LOG_FILL_OUTQ_CALLED); in sctp_med_chunk_output() 8884 sctp_log_cwnd(stcb, net, tsns_sent, SCTP_CWND_LOG_FROM_SEND); in sctp_med_chunk_output() 8898 sctp_log_cwnd(stcb, net, *num_out, SCTP_CWND_LOG_FROM_SEND); in sctp_med_chunk_output() 9876 sctp_log_cwnd(stcb, net, tsns_sent, SCTP_CWND_LOG_FROM_RESEND); in sctp_chunk_retransmission() 10129 sctp_log_cwnd(stcb, NULL, error, SCTP_SEND_NOW_COMPLETES); in sctp_chunk_output() 10130 sctp_log_cwnd(stcb, NULL, 0xdeadbeef, SCTP_SEND_NOW_COMPLETES); in sctp_chunk_output() 10139 sctp_log_cwnd(stcb, NULL, num_out, SCTP_SEND_NOW_COMPLETES); in sctp_chunk_output() 10141 sctp_log_cwnd(stcb, NULL, reason_code, SCTP_SEND_NOW_COMPLETES); in sctp_chunk_output() [all …]
|
| D | sctp_indata.c | 2671 sctp_log_cwnd(stcb, tp1->whoTo, tp1->rec.data.TSN_seq, SCTP_CWND_LOG_FROM_SACK); in sctp_process_segment_range() 3724 sctp_log_cwnd(stcb, tp1->whoTo, tp1->rec.data.TSN_seq, SCTP_CWND_LOG_FROM_SACK); in sctp_express_handle_sack() 4372 sctp_log_cwnd(stcb, tp1->whoTo, tp1->rec.data.TSN_seq, SCTP_CWND_LOG_FROM_SACK); in sctp_handle_sack()
|
| D | sctp_input.c | 303 sctp_log_cwnd(stcb, lnet, 0, SCTP_CWND_INITIALIZATION); in sctp_process_init()
|
| D | sctputil.c | 288 sctp_log_cwnd(struct sctp_tcb *stcb, struct sctp_nets *net, int augment, uint8_t from) in sctp_log_cwnd() function
|