Searched refs:TF_FORCE (Results 1 – 6 of 6) sorted by relevance
1085 if (tp->t_flagsext & TF_FORCE) { in tcp_output()1526 if (tp->t_flagsext & TF_FORCE) { in tcp_output()2383 if ((tp->t_flagsext & TF_FORCE) && len == 1) { in tcp_output()2840 if (!(tp->t_flagsext & TF_FORCE) in tcp_output()3145 (tp->t_flagsext & TF_FORCE) || in tcp_output()3195 if (!(tp->t_flagsext & TF_FORCE) in tcp_output()
245 xt->t_force = (tp->t_flagsext & TF_FORCE) ? 1 : 0; in tcpcb_to_xtcpcb_n()
1456 tp->t_flagsext |= TF_FORCE; in tcp_timers()1458 tp->t_flagsext &= ~TF_FORCE; in tcp_timers()
1262 tp->t_flagsext |= TF_FORCE; in tcp_usr_send()1266 tp->t_flagsext &= ~TF_FORCE; in tcp_usr_send()
649 #define TF_FORCE 0x8000 /* force 1 byte out */ macro
1913 otp->t_force = (tp->t_flagsext & TF_FORCE) ? 1 : 0; in tcpcb_to_otcpcb()2097 otp->t_force = (tp->t_flagsext & TF_FORCE) ? 1 : 0; in tcpcb_to_xtcpcb64()