Home
last modified time | relevance | path

Searched refs:sctp_log_fr (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/netinet/
H A Dsctp_timer.c524 sctp_log_fr(cur_rto, in sctp_mark_all_for_resend()
528 sctp_log_fr(net->flight_size, 0, 0, SCTP_FR_CWND_REPORT); in sctp_mark_all_for_resend()
529 sctp_log_fr(net->flight_size, net->cwnd, stcb->asoc.total_flight, SCTP_FR_CWND_REPORT); in sctp_mark_all_for_resend()
545 sctp_log_fr(cur_rto, now.tv_sec, now.tv_usec, SCTP_FR_T3_MARK_TIME); in sctp_mark_all_for_resend()
546 sctp_log_fr(0, min_wait.tv_sec, min_wait.tv_usec, SCTP_FR_T3_MARK_TIME); in sctp_mark_all_for_resend()
592 sctp_log_fr(chk->rec.data.tsn, in sctp_mark_all_for_resend()
604 sctp_log_fr(0, in sctp_mark_all_for_resend()
660 sctp_log_fr(chk->rec.data.tsn, chk->snd_count, in sctp_mark_all_for_resend()
732 sctp_log_fr(tsnfirst, tsnlast, num_mk, SCTP_FR_T3_TIMEOUT); in sctp_mark_all_for_resend()
824 sctp_log_fr(0, 0, 0, SCTP_FR_T3_TIMEOUT); in sctp_t3rxt_timer()
H A Dsctputil.h351 void sctp_log_fr(uint32_t, uint32_t, uint32_t, int);
H A Dsctp_indata.c3236 sctp_log_fr(*biggest_tsn_acked, in sctp_handle_segments()
3343 sctp_log_fr(biggest_tsn_newly_acked, in sctp_strike_gap_ack_chunks()
3422 sctp_log_fr(biggest_tsn_newly_acked, in sctp_strike_gap_ack_chunks()
3447 sctp_log_fr(16 + num_dests_sacked, in sctp_strike_gap_ack_chunks()
3484 sctp_log_fr(biggest_tsn_newly_acked, in sctp_strike_gap_ack_chunks()
3519 sctp_log_fr(32 + num_dests_sacked, in sctp_strike_gap_ack_chunks()
3546 sctp_log_fr(biggest_tsn_newly_acked, in sctp_strike_gap_ack_chunks()
3571 sctp_log_fr(48 + num_dests_sacked, in sctp_strike_gap_ack_chunks()
3634 sctp_log_fr(tp1->rec.data.tsn, tp1->snd_count, in sctp_strike_gap_ack_chunks()
4493 sctp_log_fr(*dupdata, 0, 0, SCTP_FR_DUPED); in sctp_handle_sack()
H A Dsctputil.c225 sctp_log_fr(uint32_t biggest_tsn, uint32_t biggest_new_tsn, uint32_t tsn, int from) in sctp_log_fr() function