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

/xnu-2422.115.4/bsd/netinet/
H A Dtcp_var.h255 int t_force; /* 1 if forcing out a byte */ member in struct:tcpcb
653 int t_force; /* 1 if forcing out a byte */ member in struct:otcpcb
926 int t_force; /* 1 if forcing out a byte */ member in struct:xtcpcb64
1008 int t_force; /* 1 if forcing out a byte */ member in struct:xtcpcb_n
H A Dtcp_output.c571 if (tp->t_force) {
896 if (tp->t_force)
1021 * tp->t_force
1432 if (tp->t_force && len == 1)
1795 if (tp->t_force == 0 || tp->t_timer[TCPT_PERSIST] == 0) {
2020 (tp->t_flags & (TH_PUSH | TF_ACKNOW)) || tp->t_force != 0 ||
2082 if (tp->t_force == 0 || tp->t_timer[TCPT_PERSIST] == 0) {
H A Din_pcblist.c209 xt->t_force = tp->t_force;
H A Dtcp_subr.c1353 otp->t_force = tp->t_force;
1535 otp->t_force = tp->t_force;
H A Dtcp_timer.c907 tp->t_force = 1;
909 tp->t_force = 0;
H A Dtcp_usrreq.c1016 tp->t_force = 1;
1018 tp->t_force = 0;

Completed in 58 milliseconds