Home
last modified time | relevance | path

Searched refs:pause_backoff (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/netinet/
H A Dtcp_syncache.h135 uint8_t pause_backoff; member
H A Dtcp_syncache.c312 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()