Lines Matching refs:tmr
886 if ((u32_t)(tcp_ticks - pcb->tmr) > in tcp_slowtmr()
898 if((u32_t)(tcp_ticks - pcb->tmr) > in tcp_slowtmr()
908 else if((u32_t)(tcp_ticks - pcb->tmr) > in tcp_slowtmr()
922 (u32_t)tcp_ticks - pcb->tmr >= pcb->rto * TCP_OOSEQ_TIMEOUT) { in tcp_slowtmr()
931 if ((u32_t)(tcp_ticks - pcb->tmr) > in tcp_slowtmr()
940 if ((u32_t)(tcp_ticks - pcb->tmr) > 2 * TCP_MSL / TCP_SLOW_INTERVAL) { in tcp_slowtmr()
1010 if ((u32_t)(tcp_ticks - pcb->tmr) > 2 * TCP_MSL / TCP_SLOW_INTERVAL) { in tcp_slowtmr()
1232 (u32_t)(tcp_ticks - pcb->tmr) >= inactivity) { in tcp_kill_prio()
1233 inactivity = tcp_ticks - pcb->tmr; in tcp_kill_prio()
1259 if ((u32_t)(tcp_ticks - pcb->tmr) >= inactivity) { in tcp_kill_timewait()
1260 inactivity = tcp_ticks - pcb->tmr; in tcp_kill_timewait()
1328 pcb->tmr = tcp_ticks; in tcp_alloc()