Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/netinet/
H A Dtcp_log.c367 tp->t_tfo_probe_state == TFO_PROBE_PROBING, in tcp_log_keepalive()
H A Dtcp_timer.c1493 (tp->t_tfo_probe_state == TFO_PROBE_PROBING)) && in tcp_timers()
1548 if (tp->t_tfo_probe_state == TFO_PROBE_PROBING) { in tcp_timers()
H A Dtcp_var.h831 #define TFO_PROBE_PROBING 1 /* Sending out TCP-keepalives waiting for reply */ macro
H A Dtcp_input.c1597 tp->t_tfo_probe_state = TFO_PROBE_PROBING; in tcp_tfo_rcv_probe()
1610 if (tp->t_tfo_probe_state >= TFO_PROBE_PROBING) { in tcp_tfo_rcv_data()
1618 if (tp->t_tfo_probe_state == TFO_PROBE_PROBING && in tcp_tfo_rcv_ack()