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

/darwin-on-arm/xnu/bsd/netinet/
H A Dtcp_output.c404 tp->t_persist_stop = 0;
576 tp->t_persist_stop = 0;
1671 tp->t_persist_stop = 0;
2217 (tp->t_persist_stop == 0)) {
2218 tp->t_persist_stop = tcp_now + tp->t_persist_timeout;
H A Dtcp_timer.c794 ((tp->t_persist_stop != 0) &&
795 TSTMP_LEQ(tp->t_persist_stop, tcp_now))) {
H A Dtcp_var.h312 u_int32_t t_persist_stop; /* persistence limit deadline if triggered by ZWP */ member in struct:tcpcb
H A Dtcp_subr.c883 tp->t_persist_stop = 0;

Completed in 80 milliseconds