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

/xnu-2782.1.97/bsd/netinet/
H A Dtcp_timer.c640 tp->t_flags &= ~TF_BLACKHOLE;
825 tp->t_flags |= TF_BLACKHOLE;
859 if ((tp->t_flags & TF_BLACKHOLE) &&
H A Dtcp_var.h273 #define TF_BLACKHOLE 0x20000000 /* Path MTU Discovery Black Hole detection */ macro
H A Dtcp_usrreq.c2074 if ((tp->t_flags & TF_BLACKHOLE) &&
H A Dtcp_input.c1366 if (tp->t_rxtshift > 0 && (tp->t_flags & TF_BLACKHOLE) &&

Completed in 46 milliseconds