Searched refs:sctp_log_fr (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/netinet/ |
H A D | sctp_timer.c | 520 sctp_log_fr(cur_rto, in sctp_mark_all_for_resend() 524 sctp_log_fr(net->flight_size, 0, 0, SCTP_FR_CWND_REPORT); in sctp_mark_all_for_resend() 525 sctp_log_fr(net->flight_size, net->cwnd, stcb->asoc.total_flight, SCTP_FR_CWND_REPORT); in sctp_mark_all_for_resend() 541 sctp_log_fr(cur_rto, (uint32_t)now.tv_sec, now.tv_usec, SCTP_FR_T3_MARK_TIME); in sctp_mark_all_for_resend() 542 sctp_log_fr(0, (uint32_t)min_wait.tv_sec, min_wait.tv_usec, SCTP_FR_T3_MARK_TIME); in sctp_mark_all_for_resend() 588 sctp_log_fr(chk->rec.data.tsn, in sctp_mark_all_for_resend() 600 sctp_log_fr(0, in sctp_mark_all_for_resend() 656 sctp_log_fr(chk->rec.data.tsn, chk->snd_count, in sctp_mark_all_for_resend() 728 sctp_log_fr(tsnfirst, tsnlast, num_mk, SCTP_FR_T3_TIMEOUT); in sctp_mark_all_for_resend() 820 sctp_log_fr(0, 0, 0, SCTP_FR_T3_TIMEOUT); in sctp_t3rxt_timer()
|
H A D | sctputil.h | 311 void sctp_log_fr(uint32_t, uint32_t, uint32_t, int);
|
H A D | sctp_indata.c | 3224 sctp_log_fr(*biggest_tsn_acked, in sctp_handle_segments() 3330 sctp_log_fr(biggest_tsn_newly_acked, in sctp_strike_gap_ack_chunks() 3409 sctp_log_fr(biggest_tsn_newly_acked, in sctp_strike_gap_ack_chunks() 3434 sctp_log_fr(16 + num_dests_sacked, in sctp_strike_gap_ack_chunks() 3471 sctp_log_fr(biggest_tsn_newly_acked, in sctp_strike_gap_ack_chunks() 3506 sctp_log_fr(32 + num_dests_sacked, in sctp_strike_gap_ack_chunks() 3533 sctp_log_fr(biggest_tsn_newly_acked, in sctp_strike_gap_ack_chunks() 3558 sctp_log_fr(48 + num_dests_sacked, in sctp_strike_gap_ack_chunks() 3621 sctp_log_fr(tp1->rec.data.tsn, tp1->snd_count, in sctp_strike_gap_ack_chunks() 4479 sctp_log_fr(*dupdata, 0, 0, SCTP_FR_DUPED); in sctp_handle_sack()
|
H A D | sctputil.c | 222 sctp_log_fr(uint32_t biggest_tsn, uint32_t biggest_new_tsn, uint32_t tsn, int from) in sctp_log_fr() function
|