Searched refs:TF_FORCE (Results 1 – 6 of 6) sorted by relevance
914 if (tp->t_flagsext & TF_FORCE) { in tcp_output()1352 if (tp->t_flagsext & TF_FORCE) { in tcp_output()2012 if ((tp->t_flagsext & TF_FORCE) && len == 1) { in tcp_output()2405 if (!(tp->t_flagsext & TF_FORCE) in tcp_output()2698 (tp->t_flagsext & TF_FORCE) || in tcp_output()2748 if (!(tp->t_flagsext & TF_FORCE) in tcp_output()
226 xt->t_force = (tp->t_flagsext & TF_FORCE) ? 1 : 0; in tcpcb_to_xtcpcb_n()
1441 tp->t_flagsext |= TF_FORCE; in tcp_timers()1443 tp->t_flagsext &= ~TF_FORCE; in tcp_timers()
1215 tp->t_flagsext |= TF_FORCE; in tcp_usr_send()1217 tp->t_flagsext &= ~TF_FORCE; in tcp_usr_send()
516 #define TF_FORCE 0x8000 /* force 1 byte out */ macro
1855 otp->t_force = (tp->t_flagsext & TF_FORCE) ? 1 : 0; in tcpcb_to_otcpcb()2039 otp->t_force = (tp->t_flagsext & TF_FORCE) ? 1 : 0; in tcpcb_to_xtcpcb64()