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

/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
H A Dsctp_timer.c498 sctp_log_fr(cur_rto,
502 sctp_log_fr(net->flight_size, 0, 0, SCTP_FR_CWND_REPORT);
503 sctp_log_fr(net->flight_size, net->cwnd, stcb->asoc.total_flight, SCTP_FR_CWND_REPORT);
523 sctp_log_fr(cur_rto, now.tv_sec, now.tv_usec, SCTP_FR_T3_MARK_TIME);
524 sctp_log_fr(0, min_wait.tv_sec, min_wait.tv_usec, SCTP_FR_T3_MARK_TIME);
570 sctp_log_fr(chk->rec.data.TSN_seq,
582 sctp_log_fr(0,
642 sctp_log_fr(chk->rec.data.TSN_seq, chk->snd_count,
712 sctp_log_fr(tsnfirst, tsnlast, num_mk, SCTP_FR_T3_TIMEOUT);
808 sctp_log_fr(
[all...]
H A Dsctputil.h395 void sctp_log_fr(uint32_t, uint32_t, uint32_t, int);
H A Dsctp_indata.c2886 sctp_log_fr(*biggest_tsn_acked,
2992 sctp_log_fr(biggest_tsn_newly_acked,
3072 sctp_log_fr(biggest_tsn_newly_acked,
3096 sctp_log_fr(16 + num_dests_sacked,
3134 sctp_log_fr(biggest_tsn_newly_acked,
3165 sctp_log_fr(32 + num_dests_sacked,
3192 sctp_log_fr(biggest_tsn_newly_acked,
3216 sctp_log_fr(48 + num_dests_sacked,
3271 sctp_log_fr(tp1->rec.data.TSN_seq, tp1->snd_count,
4198 sctp_log_fr(*dupdat
[all...]
H A Dsctputil.c236 sctp_log_fr(uint32_t biggest_tsn, uint32_t biggest_new_tsn, uint32_t tsn, int from) function

Completed in 3269 milliseconds