Searched refs:tcp_ticks (Results 1 – 4 of 4) sorted by relevance
162 u32_t tcp_ticks; variable1206 ++tcp_ticks; in tcp_slowtmr()1324 if ((u32_t)(tcp_ticks - pcb->tmr) > in tcp_slowtmr()1336 if ((u32_t)(tcp_ticks - pcb->tmr) > in tcp_slowtmr()1344 } else if ((u32_t)(tcp_ticks - pcb->tmr) > in tcp_slowtmr()1359 (tcp_ticks - pcb->tmr >= (u32_t)pcb->rto * TCP_OOSEQ_TIMEOUT)) { in tcp_slowtmr()1367 if ((u32_t)(tcp_ticks - pcb->tmr) > in tcp_slowtmr()1376 if ((u32_t)(tcp_ticks - pcb->tmr) > 2 * TCP_MSL / TCP_SLOW_INTERVAL) { in tcp_slowtmr()1449 if ((u32_t)(tcp_ticks - pcb->tmr) > 2 * TCP_MSL / TCP_SLOW_INTERVAL) { in tcp_slowtmr()1738 ((pcb->prio == mprio) && ((u32_t)(tcp_ticks - pcb->tmr) >= inactivity))) { in tcp_kill_prio()[all …]
768 pcb->tmr = tcp_ticks;848 pcb->tmr = tcp_ticks;1344 m = (s16_t)(tcp_ticks - pcb->rttest);
1539 pcb->rttest = tcp_ticks; in tcp_output_segment()2091 tcp_ticks, pcb->tmr, (u16_t)pcb->keep_cnt_sent)); in tcp_keepalive()2136 tcp_ticks, pcb->tmr, (u16_t)pcb->keep_cnt_sent)); in tcp_zero_window_probe()
327 extern u32_t tcp_ticks;