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

/darwin-on-arm/xnu/bsd/netinet/
H A Dtcp_output.c824 tp->t_flags &= ~TF_MAXSEGSNT;
829 tp->t_flags |= TF_MAXSEGSNT;
831 tp->t_flags &= ~TF_MAXSEGSNT;
844 tp->t_flags |= TF_MAXSEGSNT;
848 (idle || tp->t_flags & TF_NODELAY || tp->t_flags & TF_MAXSEGSNT) &&
851 tp->t_flags &= ~TF_MAXSEGSNT;
855 tp->t_flags &= ~TF_MAXSEGSNT;
H A Dtcp_timer.c658 if (((tp->t_flags & (TF_PMTUD|TF_MAXSEGSNT)) == (TF_PMTUD|TF_MAXSEGSNT)) &&
H A Dtcp_var.h223 #define TF_MAXSEGSNT 0x1000000 /* last segment sent was a full segment */ macro

Completed in 60 milliseconds