Searched refs:TF_MAXSEGSNT (Results 1 - 3 of 3) sorted by relevance

/xnu-2422.115.4/bsd/netinet/
H A Dtcp_output.c913 tp->t_flags & TF_MAXSEGSNT ||
1073 * Set TF_MAXSEGSNT flag if the segment size is greater than
1078 tp->t_flags |= TF_MAXSEGSNT;
1080 tp->t_flags &= ~TF_MAXSEGSNT;
H A Dtcp_timer.c746 if (((tp->t_flags & (TF_PMTUD|TF_MAXSEGSNT)) == (TF_PMTUD|TF_MAXSEGSNT)) &&
H A Dtcp_var.h247 #define TF_MAXSEGSNT 0x1000000 /* last segment sent was a full segment */ macro

Completed in 21 milliseconds