Lines Matching refs:tmr
1321 if ((u32_t)(tcp_ticks - pcb->tmr) > in tcp_slowtmr()
1333 if ((u32_t)(tcp_ticks - pcb->tmr) > in tcp_slowtmr()
1341 } else if ((u32_t)(tcp_ticks - pcb->tmr) > in tcp_slowtmr()
1356 (tcp_ticks - pcb->tmr >= (u32_t)pcb->rto * TCP_OOSEQ_TIMEOUT)) { in tcp_slowtmr()
1364 if ((u32_t)(tcp_ticks - pcb->tmr) > in tcp_slowtmr()
1373 if ((u32_t)(tcp_ticks - pcb->tmr) > 2 * TCP_MSL / TCP_SLOW_INTERVAL) { in tcp_slowtmr()
1446 if ((u32_t)(tcp_ticks - pcb->tmr) > 2 * TCP_MSL / TCP_SLOW_INTERVAL) { in tcp_slowtmr()
1735 ((pcb->prio == mprio) && ((u32_t)(tcp_ticks - pcb->tmr) >= inactivity))) { in tcp_kill_prio()
1736 inactivity = tcp_ticks - pcb->tmr; in tcp_kill_prio()
1766 if ((u32_t)(tcp_ticks - pcb->tmr) >= inactivity) { in tcp_kill_state()
1767 inactivity = tcp_ticks - pcb->tmr; in tcp_kill_state()
1794 if ((u32_t)(tcp_ticks - pcb->tmr) >= inactivity) { in tcp_kill_timewait()
1795 inactivity = tcp_ticks - pcb->tmr; in tcp_kill_timewait()
1905 pcb->tmr = tcp_ticks; in tcp_alloc()