Searched refs:TF_MAXSEGSNT (Results 1 – 2 of 2) sorted by relevance
1624 (tp->t_flags & TF_MAXSEGSNT) || in tcp_output()1836 tp->t_flags |= TF_MAXSEGSNT; in tcp_output()1838 tp->t_flags &= ~TF_MAXSEGSNT; in tcp_output()
416 #define TF_MAXSEGSNT 0x1000000 /* last segment sent was a full segment */ macro