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

/freebsd-9.3-release/sys/netinet/
H A Dsctp_timer.c501 sctp_log_fr(cur_rto,
505 sctp_log_fr(net->flight_size, 0, 0, SCTP_FR_CWND_REPORT);
506 sctp_log_fr(net->flight_size, net->cwnd, stcb->asoc.total_flight, SCTP_FR_CWND_REPORT);
522 sctp_log_fr(cur_rto, now.tv_sec, now.tv_usec, SCTP_FR_T3_MARK_TIME);
523 sctp_log_fr(0, min_wait.tv_sec, min_wait.tv_usec, SCTP_FR_T3_MARK_TIME);
569 sctp_log_fr(chk->rec.data.TSN_seq,
581 sctp_log_fr(0,
637 sctp_log_fr(chk->rec.data.TSN_seq, chk->snd_count,
706 sctp_log_fr(tsnfirst, tsnlast, num_mk, SCTP_FR_T3_TIMEOUT);
801 sctp_log_fr(
[all...]
H A Dsctputil.h373 void sctp_log_fr(uint32_t, uint32_t, uint32_t, int);
H A Dsctp_indata.c2865 sctp_log_fr(*biggest_tsn_acked,
2973 sctp_log_fr(biggest_tsn_newly_acked,
3049 sctp_log_fr(biggest_tsn_newly_acked,
3074 sctp_log_fr(16 + num_dests_sacked,
3112 sctp_log_fr(biggest_tsn_newly_acked,
3147 sctp_log_fr(32 + num_dests_sacked,
3174 sctp_log_fr(biggest_tsn_newly_acked,
3199 sctp_log_fr(48 + num_dests_sacked,
3259 sctp_log_fr(tp1->rec.data.TSN_seq, tp1->snd_count,
4171 sctp_log_fr(*dupdat
[all...]
H A Dsctputil.c203 sctp_log_fr(uint32_t biggest_tsn, uint32_t biggest_new_tsn, uint32_t tsn, int from) function

Completed in 129 milliseconds