Lines Matching refs:timer
257 Tcptimer timer; /* Activity timer */ member
510 s->timer.start, s->timer.count, s->rerecv, in tcpstate()
832 tcphalt(tpriv, &tcb->timer); in localclose()
899 tcb->timer.start = tcp_irtt / MSPTICK; in inittcpctl()
900 tcb->timer.func = tcptimeout; in inittcpctl()
901 tcb->timer.arg = s; in inittcpctl()
1752 tcb->timer.arg = new; in tcpincoming()
1753 tcb->timer.state = TcptimerOFF; in tcpincoming()
2052 tcpgo(tpriv, &tcb->timer); in update()
2055 tcphalt(tpriv, &tcb->timer); in update()
2309 tcb->timer.start = MSL2*(1000 / MSPTICK); in tcpiput()
2310 tcpgo(tpriv, &tcb->timer); in tcpiput()
2400 tcb->timer.start = MSL2*(1000 / MSPTICK); in tcpiput()
2401 tcpgo(tpriv, &tcb->timer); in tcpiput()
2412 if(tcb->timer.state != TcptimerON) in tcpiput()
2413 tcpgo(tpriv, &tcb->timer); in tcpiput()
2489 tcb->timer.start = MSL2*(1000/MSPTICK); in tcpiput()
2490 tcpgo(tpriv, &tcb->timer); in tcpiput()
2501 tcb->timer.start = MSL2 * (1000/MSPTICK); in tcpiput()
2502 tcpgo(tpriv, &tcb->timer); in tcpiput()
2509 tcpgo(tpriv, &tcb->timer); in tcpiput()
2731 if(tcb->timer.state != TcptimerON){ in tcpoutput()
2734 tcpgo(tpriv, &tcb->timer); in tcpoutput()
2970 tcb->backedoff += tcb->timer.start * MSPTICK; in tcptimeout()
3375 tcb->timer.start = x; in tcpsettimer()