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

/freebsd-9.3-release/sys/netinet/
H A Dsctputil.c574 int resend_cnt, tot_out, rep, tot_book_cnt; local
611 resend_cnt = tot_out = 0;
614 resend_cnt++;
620 if (resend_cnt != stcb->asoc.sent_queue_retran_cnt) {
627 SCTP_PRINTF("resend_cnt:%d asoc-tot:%d\n",
628 resend_cnt, stcb->asoc.sent_queue_retran_cnt);
630 stcb->asoc.sent_queue_retran_cnt = resend_cnt;

Completed in 54 milliseconds