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

/xnu-2782.1.97/bsd/netinet/
H A Dtcp_output.c589 if (tp->t_flagsext & TF_FORCE) {
947 if (tp->t_flagsext & TF_FORCE)
1504 if ((tp->t_flagsext & TF_FORCE) && len == 1)
1858 if (!(tp->t_flagsext & TF_FORCE)
2143 (tp->t_flagsext & TF_FORCE) ||
2198 if (!(tp->t_flagsext & TF_FORCE)
H A Din_pcblist.c209 xt->t_force = (tp->t_flagsext & TF_FORCE) ? 1 : 0;
H A Dtcp_timer.c973 tp->t_flagsext |= TF_FORCE;
975 tp->t_flagsext &= ~TF_FORCE;
H A Dtcp_var.h445 #define TF_FORCE 0x8000 /* force 1 byte out */ macro
H A Dtcp_subr.c1413 otp->t_force = (tp->t_flagsext & TF_FORCE) ? 1 : 0;
1596 otp->t_force = (tp->t_flagsext & TF_FORCE) ? 1 : 0;
H A Dtcp_usrreq.c1075 tp->t_flagsext |= TF_FORCE;
1077 tp->t_flagsext &= ~TF_FORCE;

Completed in 319 milliseconds