Searched refs:TF_FORCE (Results 1 – 6 of 6) sorted by relevance
1345 if (tp->t_flagsext & TF_FORCE) { in tcp_output()1806 if (tp->t_flagsext & TF_FORCE) { in tcp_output()2561 if ((tp->t_flagsext & TF_FORCE) && len == 1) { in tcp_output()3017 if (!(tp->t_flagsext & TF_FORCE) in tcp_output()3332 (tp->t_flagsext & TF_FORCE) || in tcp_output()3382 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()
1455 tp->t_flagsext |= TF_FORCE; in tcp_timers()1457 tp->t_flagsext &= ~TF_FORCE; in tcp_timers()
1304 tp->t_flagsext |= TF_FORCE; in tcp_usr_send()1308 tp->t_flagsext &= ~TF_FORCE; in tcp_usr_send()
686 #define TF_FORCE 0x8000 /* force 1 byte out */ macro
2156 otp->t_force = (tp->t_flagsext & TF_FORCE) ? 1 : 0; in tcpcb_to_otcpcb()2340 otp->t_force = (tp->t_flagsext & TF_FORCE) ? 1 : 0; in tcpcb_to_xtcpcb64()