Lines Matching refs:tmr
1089 if ((u32_t)(tcp_ticks - pcb->tmr) > in tcp_slowtmr()
1101 if ((u32_t)(tcp_ticks - pcb->tmr) > in tcp_slowtmr()
1110 } else if ((u32_t)(tcp_ticks - pcb->tmr) > in tcp_slowtmr()
1126 (u32_t)tcp_ticks - pcb->tmr >= pcb->rto * TCP_OOSEQ_TIMEOUT) { in tcp_slowtmr()
1135 if ((u32_t)(tcp_ticks - pcb->tmr) > in tcp_slowtmr()
1144 if ((u32_t)(tcp_ticks - pcb->tmr) > 2 * TCP_MSL / TCP_SLOW_INTERVAL) { in tcp_slowtmr()
1220 if ((u32_t)(tcp_ticks - pcb->tmr) > 2 * TCP_MSL / TCP_SLOW_INTERVAL) { in tcp_slowtmr()
1474 (u32_t)(tcp_ticks - pcb->tmr) >= inactivity) { in tcp_kill_prio()
1475 inactivity = tcp_ticks - pcb->tmr; in tcp_kill_prio()
1505 if ((u32_t)(tcp_ticks - pcb->tmr) >= inactivity) { in tcp_kill_state()
1506 inactivity = tcp_ticks - pcb->tmr; in tcp_kill_state()
1533 if ((u32_t)(tcp_ticks - pcb->tmr) >= inactivity) { in tcp_kill_timewait()
1534 inactivity = tcp_ticks - pcb->tmr; in tcp_kill_timewait()
1639 pcb->tmr = tcp_ticks; in tcp_alloc()