Home
last modified time | relevance | path

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

/xnu-11215/bsd/netinet/
H A Dtcp_timer.c939 tp->t_flags &= ~TF_BLACKHOLE; in tcp_pmtud_revert_segment_size()
1305 tp->t_flags |= TF_BLACKHOLE; in tcp_timers()
1338 if ((tp->t_flags & TF_BLACKHOLE) && in tcp_timers()
2982 if (tp->t_flags & TF_BLACKHOLE) { in tcp_update_mss_locked()
H A Dtcp_var.h420 #define TF_BLACKHOLE 0x20000000 /* Path MTU Discovery Black Hole detection */ macro
H A Dtcp_usrreq.c2642 if ((tp->t_flags & TF_BLACKHOLE) && in tcp_ctloutput()
H A Dtcp_input.c1464 if (tp->t_rxtshift > 0 && (tp->t_flags & TF_BLACKHOLE) && in tcp_bad_rexmt_check()