Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/netinet/
H A Dtcp_log.c370 tp->t_tfo_probe_state == TFO_PROBE_PROBING, in tcp_log_keepalive()
H A Dtcp_timer.c1479 (tp->t_tfo_probe_state == TFO_PROBE_PROBING)) && in tcp_timers()
1535 if (tp->t_tfo_probe_state == TFO_PROBE_PROBING) { in tcp_timers()
H A Dtcp_var.h649 #define TFO_PROBE_PROBING 1 /* Sending out TCP-keepalives waiting for reply */ macro
H A Dtcp_input.c1736 tp->t_tfo_probe_state = TFO_PROBE_PROBING; in tcp_tfo_rcv_probe()
1749 if (tp->t_tfo_probe_state >= TFO_PROBE_PROBING) { in tcp_tfo_rcv_data()
1757 if (tp->t_tfo_probe_state == TFO_PROBE_PROBING && in tcp_tfo_rcv_ack()