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

/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
H A Dsctputil.c643 int resend_cnt, tot_out, rep, tot_book_cnt; local
680 resend_cnt = tot_out = 0;
683 resend_cnt++;
689 if (resend_cnt != stcb->asoc.sent_queue_retran_cnt) {
696 SCTP_PRINTF("resend_cnt:%d asoc-tot:%d\n",
697 resend_cnt, stcb->asoc.sent_queue_retran_cnt);
699 stcb->asoc.sent_queue_retran_cnt = resend_cnt;

Completed in 58 milliseconds