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

/darwin-on-arm/xnu/bsd/netinet/
H A Dtcp_timer.c658 if (((tp->t_flags & (TF_PMTUD|TF_MAXSEGSNT)) == (TF_PMTUD|TF_MAXSEGSNT)) &&
666 tp->t_flags &= ~TF_PMTUD; /* Disable Path MTU Discovery for now */
695 tp->t_flags |= TF_PMTUD;
H A Dtcp_output.c450 tp->t_flags &= ~TF_PMTUD;
452 tp->t_flags |= TF_PMTUD;
1753 if (path_mtu_discovery && (tp->t_flags & TF_PMTUD))
H A Dtcp_subr.c2173 tp->t_flags &= ~TF_PMTUD;
2175 tp->t_flags |= TF_PMTUD;
2264 tp->t_flags &= ~TF_PMTUD;
2266 tp->t_flags |= TF_PMTUD;
H A Dtcp_var.h224 #define TF_PMTUD 0x4000000 /* Perform Path MTU Discovery for this connection */ macro

Completed in 34 milliseconds