Searched refs:pause_backoff (Results 1 – 2 of 2) sorted by relevance
137 uint8_t pause_backoff; member
308 V_tcp_syncache.pause_backoff = 0; in syncache_init()2459 delta = TCP_SYNCACHE_PAUSE_TIME << V_tcp_syncache.pause_backoff; in syncache_pause()2461 if (V_tcp_syncache.pause_backoff < TCP_SYNCACHE_MAX_BACKOFF) { in syncache_pause()2463 V_tcp_syncache.pause_backoff++; in syncache_pause()2467 V_tcp_syncache.pause_backoff = 0; in syncache_pause()