Home
last modified time | relevance | path

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

/xnu-11417.101.15/bsd/netinet/
H A Dtcp_output.c901 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()
H A Dtcp_timer.c1460 ((tp->t_persist_stop != 0) && in tcp_timers()
1461 TSTMP_LEQ(tp->t_persist_stop, tcp_now))) { in tcp_timers()
H A Dtcp_var.h522 uint32_t t_persist_stop; /* persistence limit deadline if triggered by ZWP */ member
H A Dtcp_subr.c1191 tp->t_persist_stop = 0; in tcp_newtcpcb()