Searched refs:TF_BLACKHOLE (Results 1 - 2 of 2) sorted by relevance

/xnu-2422.115.4/bsd/netinet/
H A Dtcp_timer.c756 tp->t_flags |= TF_BLACKHOLE;
786 if ((tp->t_flags & TF_BLACKHOLE) && (tp->t_rxtshift > 4)) {
788 tp->t_flags &= ~TF_BLACKHOLE;
H A Dtcp_var.h251 #define TF_BLACKHOLE 0x20000000 /* Path MTU Discovery Black Hole detection */ macro

Completed in 51 milliseconds