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

/freebsd-10.0-release/sys/netinet/
H A Dsctp_timer.c498 int recovery_cnt = 0; local
557 recovery_cnt++;
561 SCTP_PRINTF("Recover attempts a restart cnt:%d\n", recovery_cnt);
563 if (recovery_cnt < 10) {
566 SCTP_PRINTF("Recovery fails %d times??\n", recovery_cnt);

Completed in 112 milliseconds