Searched refs:sctp_log_cwnd (Results 1 – 7 of 7) sorted by relevance
| /f-stack/freebsd/netinet/ |
| H A D | sctp_cc_functions.c | 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() 990 sctp_log_cwnd(stcb, net, net->mtu, in sctp_cwnd_update_after_sack_common() 1822 sctp_log_cwnd(stcb, net, net->mtu, in sctp_hs_cwnd_update_after_sack() 1834 sctp_log_cwnd(stcb, net, net->mtu, in sctp_hs_cwnd_update_after_sack() 2051 sctp_log_cwnd(stcb, net, net->mtu, in htcp_cong_avoid() 2065 sctp_log_cwnd(stcb, net, net->net_ack, in htcp_cong_avoid() 2087 sctp_log_cwnd(stcb, net, net->mtu, in htcp_cong_avoid() 2093 sctp_log_cwnd(stcb, net, net->net_ack, in htcp_cong_avoid() [all …]
|
| H A D | sctputil.h | 340 void sctp_log_cwnd(struct sctp_tcb *stcb, struct sctp_nets *, int, uint8_t);
|
| H A D | sctp_timer.c | 831 sctp_log_cwnd(stcb, lnet, 1, SCTP_CWND_LOG_FROM_T3); in sctp_t3rxt_timer() 833 sctp_log_cwnd(stcb, lnet, 0, SCTP_CWND_LOG_FROM_T3); in sctp_t3rxt_timer() 999 sctp_log_cwnd(stcb, net, net->cwnd, SCTP_CWND_LOG_FROM_RTX); in sctp_t3rxt_timer()
|
| H A D | sctp_output.c | 7914 sctp_log_cwnd(stcb, net, 1, in sctp_med_chunk_output() 7926 sctp_log_cwnd(stcb, net, 3, in sctp_med_chunk_output() 7932 sctp_log_cwnd(stcb, net, 4, SCTP_CWND_LOG_FILL_OUTQ_CALLED); in sctp_med_chunk_output() 8854 sctp_log_cwnd(stcb, net, tsns_sent, SCTP_CWND_LOG_FROM_SEND); in sctp_med_chunk_output() 8869 sctp_log_cwnd(stcb, net, *num_out, SCTP_CWND_LOG_FROM_SEND); in sctp_med_chunk_output() 9882 sctp_log_cwnd(stcb, net, tsns_sent, SCTP_CWND_LOG_FROM_RESEND); in sctp_chunk_retransmission() 10131 sctp_log_cwnd(stcb, NULL, error, SCTP_SEND_NOW_COMPLETES); in sctp_chunk_output() 10132 sctp_log_cwnd(stcb, NULL, 0xdeadbeef, SCTP_SEND_NOW_COMPLETES); in sctp_chunk_output() 10141 sctp_log_cwnd(stcb, NULL, num_out, SCTP_SEND_NOW_COMPLETES); in sctp_chunk_output() 10143 sctp_log_cwnd(stcb, NULL, reason_code, SCTP_SEND_NOW_COMPLETES); in sctp_chunk_output() [all …]
|
| H A D | sctp_indata.c | 3047 sctp_log_cwnd(stcb, tp1->whoTo, tp1->rec.data.tsn, SCTP_CWND_LOG_FROM_SACK); in sctp_process_segment_range() 4089 sctp_log_cwnd(stcb, tp1->whoTo, tp1->rec.data.tsn, SCTP_CWND_LOG_FROM_SACK); in sctp_express_handle_sack() 4694 sctp_log_cwnd(stcb, tp1->whoTo, tp1->rec.data.tsn, SCTP_CWND_LOG_FROM_SACK); in sctp_handle_sack()
|
| H A D | sctp_input.c | 301 sctp_log_cwnd(stcb, lnet, 0, SCTP_CWND_INITIALIZATION); in sctp_process_init()
|
| H A D | sctputil.c | 315 sctp_log_cwnd(struct sctp_tcb *stcb, struct sctp_nets *net, int augment, uint8_t from) in sctp_log_cwnd() function
|