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

/xnu-2422.115.4/bsd/netinet/
H A Dtcp_timer.c746 if (((tp->t_flags & (TF_PMTUD|TF_MAXSEGSNT)) == (TF_PMTUD|TF_MAXSEGSNT)) &&
754 tp->t_flags &= ~TF_PMTUD;
787 tp->t_flags |= TF_PMTUD;
H A Dtcp_output.c464 tp->t_flags &= ~TF_PMTUD;
466 tp->t_flags |= TF_PMTUD;
1923 if (path_mtu_discovery && (tp->t_flags & TF_PMTUD))
H A Dtcp_subr.c2209 tp->t_flags &= ~TF_PMTUD;
2211 tp->t_flags |= TF_PMTUD;
2313 tp->t_flags &= ~TF_PMTUD;
2315 tp->t_flags |= TF_PMTUD;
H A Dtcp_var.h248 #define TF_PMTUD 0x4000000 /* Perform Path MTU Discovery for this connection */ macro

Completed in 157 milliseconds