Home
last modified time | relevance | path

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

/xnu-11417.101.15/bsd/netinet/
H A Dtcp_timer.c939 tp->t_flags &= ~TF_BLACKHOLE; in tcp_pmtud_revert_segment_size()
1312 tp->t_flags |= TF_BLACKHOLE; in tcp_timers()
1345 if ((tp->t_flags & TF_BLACKHOLE) && in tcp_timers()
2989 if (tp->t_flags & TF_BLACKHOLE) { in tcp_update_mss_locked()
H A Dtcp_var.h421 #define TF_BLACKHOLE 0x20000000 /* Path MTU Discovery Black Hole detection */ macro
H A Dtcp_usrreq.c2644 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()