Home
last modified time | relevance | path

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

/xnu-11417.101.15/bsd/netinet/
H A Dtcp_log.c364 tp->t_tfo_probe_state == TFO_PROBE_PROBING, in tcp_log_keepalive()
H A Dtcp_timer.c1508 (tp->t_tfo_probe_state == TFO_PROBE_PROBING)) && in tcp_timers()
1563 if (tp->t_tfo_probe_state == TFO_PROBE_PROBING) { in tcp_timers()
H A Dtcp_var.h796 #define TFO_PROBE_PROBING 1 /* Sending out TCP-keepalives waiting for reply */ macro
H A Dtcp_input.c1684 tp->t_tfo_probe_state = TFO_PROBE_PROBING; in tcp_tfo_rcv_probe()
1697 if (tp->t_tfo_probe_state >= TFO_PROBE_PROBING) { in tcp_tfo_rcv_data()
1705 if (tp->t_tfo_probe_state == TFO_PROBE_PROBING && in tcp_tfo_rcv_ack()