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

/freebsd-9.3-release/sys/netinet/
H A Dsctp_timer.c483 unsigned int cnt_mk; local
535 num_mk = cnt_mk = 0;
698 cnt_mk++;
725 * cnt_mk'd to have all resends in the control queue.
729 cnt_mk++;
738 cnt_mk++;
747 cnt_mk++;
751 if (stcb->asoc.sent_queue_retran_cnt != cnt_mk) {
754 cnt_mk, stcb->asoc.sent_queue_retran_cnt, num_mk);
757 stcb->asoc.sent_queue_retran_cnt = cnt_mk;
[all...]

Completed in 43 milliseconds