Searched refs:tcp_backoff (Results 1 – 3 of 3) sorted by relevance
111 static const u8_t tcp_backoff[13] = variable1054 u8_t backoff_idx = LWIP_MIN(pcb->nrtx, sizeof(tcp_backoff)-1); in tcp_slowtmr()1055 pcb->rto = ((pcb->sa >> 3) + pcb->sv) << tcp_backoff[backoff_idx]; in tcp_slowtmr()
163 static const u8_t tcp_backoff[13] = variable1289 u8_t backoff_idx = LWIP_MIN(pcb->nrtx, sizeof(tcp_backoff) - 1); in tcp_slowtmr()1290 int calc_rto = ((pcb->sa >> 3) + pcb->sv) << tcp_backoff[backoff_idx]; in tcp_slowtmr()
93 const u8_t tcp_backoff[13] = variable857 pcb->rto = ((pcb->sa >> 3) + pcb->sv) << tcp_backoff[pcb->nrtx]; in tcp_slowtmr()