Home
last modified time | relevance | path

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

/netbsd/src/sys/netinet/
Dsctp_timer.c377 sctp_log_fr(cur_rto, 0, 0, SCTP_FR_T3_MARK_TIME); in sctp_mark_all_for_resend()
381 sctp_log_fr(cur_rto, 0, 0, SCTP_FR_T3_MARK_TIME); in sctp_mark_all_for_resend()
402 sctp_log_fr(cur_rto, now.tv_sec, now.tv_usec, SCTP_FR_T3_MARK_TIME); in sctp_mark_all_for_resend()
403 sctp_log_fr(0, min_wait.tv_sec, min_wait.tv_usec, SCTP_FR_T3_MARK_TIME); in sctp_mark_all_for_resend()
468 sctp_log_fr(chk->rec.data.TSN_seq, in sctp_mark_all_for_resend()
479 sctp_log_fr(0, in sctp_mark_all_for_resend()
491 sctp_log_fr(0, in sctp_mark_all_for_resend()
534 sctp_log_fr(chk->rec.data.TSN_seq, chk->snd_count, in sctp_mark_all_for_resend()
575 sctp_log_fr(tsnfirst, tsnlast, num_mk, SCTP_FR_T3_TIMEOUT); in sctp_mark_all_for_resend()
739 sctp_log_fr(0, 0, 0, SCTP_FR_T3_TIMEOUT); in sctp_t3rxt_timer()
Dsctputil.h236 void sctp_log_fr(uint32_t, uint32_t, uint32_t, int);
Dsctp_indata.c2860 sctp_log_fr(*biggest_tsn_acked, *biggest_newly_acked_tsn, in sctp_handle_segments()
3073 sctp_log_fr(biggest_tsn_newly_acked, in sctp_strike_gap_ack_chunks()
3100 sctp_log_fr(tp1->rec.data.TSN_seq, tp1->snd_count, in sctp_strike_gap_ack_chunks()
Dsctputil.c159 sctp_log_fr(uint32_t biggest_tsn, uint32_t biggest_new_tsn, uint32_t tsn, in sctp_log_fr() function