Searched refs:pause_backoff (Results 1 – 2 of 2) sorted by relevance
137 uint8_t pause_backoff; member
316 V_tcp_syncache.pause_backoff = 0; in syncache_init()2469 delta = TCP_SYNCACHE_PAUSE_TIME << V_tcp_syncache.pause_backoff; in syncache_pause()2471 if (V_tcp_syncache.pause_backoff < TCP_SYNCACHE_MAX_BACKOFF) { in syncache_pause()2473 V_tcp_syncache.pause_backoff++; in syncache_pause()2477 V_tcp_syncache.pause_backoff = 0; in syncache_pause()