Searched refs:t_persist_stop (Results 1 – 4 of 4) sorted by relevance
901 tp->t_persist_stop = 0; in tcp_output()1133 tp->t_persist_stop = 0; in tcp_output()2952 tp->t_persist_stop = 0; in tcp_output()3786 tp->t_persist_stop == 0) { in tcp_setpersist()3787 tp->t_persist_stop = tcp_now + tp->t_persist_timeout; in tcp_setpersist()
1460 ((tp->t_persist_stop != 0) && in tcp_timers()1461 TSTMP_LEQ(tp->t_persist_stop, tcp_now))) { in tcp_timers()
522 uint32_t t_persist_stop; /* persistence limit deadline if triggered by ZWP */ member
1191 tp->t_persist_stop = 0; in tcp_newtcpcb()