Searched refs:TF_REQ_SCALE (Results 1 – 5 of 5) sorted by relevance
397 #define TF_REQ_SCALE 0x00020 /* have/will request window scaling */ macro936 (((_tp_)->t_flags & (TF_RCVD_SCALE|TF_REQ_SCALE)) == \937 (TF_RCVD_SCALE|TF_REQ_SCALE))1108 #define TF_REQ_SCALE 0x00020 /* have/will request window scaling */ macro
333 if (tp->t_flags & TF_REQ_SCALE) { in tcp_tfo_check()1879 if ((tp->t_flags & TF_REQ_SCALE) && in tcp_output()
1364 tp->t_flags &= ~(TF_REQ_SCALE | TF_REQ_TSTMP); in tcp_timers()
1130 tp->t_flags = TF_REQ_SCALE | (tcp_do_timestamps ? TF_REQ_TSTMP : 0); in tcp_newtcpcb()
6353 tp->t_flags |= TF_REQ_SCALE; in tcp_finalize_options()