HomeSort by relevance Sort by last modified time
    Searched refs:sctp_log_fr (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_timer.c 496 sctp_log_fr(cur_rto,
500 sctp_log_fr(net->flight_size, 0, 0, SCTP_FR_CWND_REPORT);
501 sctp_log_fr(net->flight_size, net->cwnd, stcb->asoc.total_flight, SCTP_FR_CWND_REPORT);
521 sctp_log_fr(cur_rto, now.tv_sec, now.tv_usec, SCTP_FR_T3_MARK_TIME);
522 sctp_log_fr(0, min_wait.tv_sec, min_wait.tv_usec, SCTP_FR_T3_MARK_TIME);
568 sctp_log_fr(chk->rec.data.TSN_seq,
580 sctp_log_fr(0,
640 sctp_log_fr(chk->rec.data.TSN_seq, chk->snd_count,
710 sctp_log_fr(tsnfirst, tsnlast, num_mk, SCTP_FR_T3_TIMEOUT);
806 sctp_log_fr(0, 0, 0, SCTP_FR_T3_TIMEOUT)
    [all...]
sctputil.h 393 void sctp_log_fr(uint32_t, uint32_t, uint32_t, int);
sctp_indata.c     [all...]
sctputil.c 236 sctp_log_fr(uint32_t biggest_tsn, uint32_t biggest_new_tsn, uint32_t tsn, int from) function
    [all...]

Completed in 2875 milliseconds