Searched refs:TF_FORCE (Results 1 – 6 of 6) sorted by relevance
1008 if (tp->t_flagsext & TF_FORCE) { in tcp_output()1446 if (tp->t_flagsext & TF_FORCE) { in tcp_output()2245 if ((tp->t_flagsext & TF_FORCE) && len == 1) { in tcp_output()2641 if (!(tp->t_flagsext & TF_FORCE) in tcp_output()2961 (tp->t_flagsext & TF_FORCE) || in tcp_output()3011 if (!(tp->t_flagsext & TF_FORCE) in tcp_output()
243 xt->t_force = (tp->t_flagsext & TF_FORCE) ? 1 : 0; in tcpcb_to_xtcpcb_n()
1443 tp->t_flagsext |= TF_FORCE; in tcp_timers()1445 tp->t_flagsext &= ~TF_FORCE; in tcp_timers()
1272 tp->t_flagsext |= TF_FORCE; in tcp_usr_send()1276 tp->t_flagsext &= ~TF_FORCE; in tcp_usr_send()
550 #define TF_FORCE 0x8000 /* force 1 byte out */ macro
1865 otp->t_force = (tp->t_flagsext & TF_FORCE) ? 1 : 0; in tcpcb_to_otcpcb()2049 otp->t_force = (tp->t_flagsext & TF_FORCE) ? 1 : 0; in tcpcb_to_xtcpcb64()