Searched refs:pause_backoff (Results 1 – 2 of 2) sorted by relevance
135 uint8_t pause_backoff; member
312 V_tcp_syncache.pause_backoff = 0; in syncache_init()2495 delta = TCP_SYNCACHE_PAUSE_TIME << V_tcp_syncache.pause_backoff; in syncache_pause()2497 if (V_tcp_syncache.pause_backoff < TCP_SYNCACHE_MAX_BACKOFF) { in syncache_pause()2499 V_tcp_syncache.pause_backoff++; in syncache_pause()2503 V_tcp_syncache.pause_backoff = 0; in syncache_pause()