Searched refs:t_persist_stop (Results 1 - 4 of 4) sorted by relevance

/xnu-2782.1.97/bsd/netinet/
H A Dtcp_output.c431 tp->t_persist_stop = 0;
614 tp->t_persist_stop = 0;
1902 tp->t_persist_stop = 0;
2546 (tp->t_persist_stop == 0)) {
2547 tp->t_persist_stop = tcp_now + tp->t_persist_timeout;
H A Dtcp_timer.c963 ((tp->t_persist_stop != 0) &&
964 TSTMP_LEQ(tp->t_persist_stop, tcp_now))) {
H A Dtcp_var.h362 u_int32_t t_persist_stop; /* persistence limit deadline if triggered by ZWP */ member in struct:tcpcb
H A Dtcp_subr.c940 tp->t_persist_stop = 0;

Completed in 32 milliseconds