Home
last modified time | relevance | path

Searched refs:TF_FORCE (Results 1 – 6 of 6) sorted by relevance

/xnu-12377.61.12/bsd/netinet/
H A Dtcp_output.c1405 if (tp->t_flagsext & TF_FORCE) { in tcp_output()
1866 if (tp->t_flagsext & TF_FORCE) { in tcp_output()
2621 if ((tp->t_flagsext & TF_FORCE) && len == 1) { in tcp_output()
3077 if (!(tp->t_flagsext & TF_FORCE) in tcp_output()
3392 (tp->t_flagsext & TF_FORCE) || in tcp_output()
3442 if (!(tp->t_flagsext & TF_FORCE) in tcp_output()
H A Din_pcblist.c245 xt->t_force = (tp->t_flagsext & TF_FORCE) ? 1 : 0; in tcpcb_to_xtcpcb_n()
H A Dtcp_timer.c1455 tp->t_flagsext |= TF_FORCE; in tcp_timers()
1457 tp->t_flagsext &= ~TF_FORCE; in tcp_timers()
H A Dtcp_usrreq.c1304 tp->t_flagsext |= TF_FORCE; in tcp_usr_send()
1308 tp->t_flagsext &= ~TF_FORCE; in tcp_usr_send()
H A Dtcp_var.h686 #define TF_FORCE 0x8000 /* force 1 byte out */ macro
H A Dtcp_subr.c2160 otp->t_force = (tp->t_flagsext & TF_FORCE) ? 1 : 0; in tcpcb_to_otcpcb()
2344 otp->t_force = (tp->t_flagsext & TF_FORCE) ? 1 : 0; in tcpcb_to_xtcpcb64()