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

/darwin-on-arm/xnu/bsd/netinet/
H A Dtcp_var.h231 int t_force; /* 1 if forcing out a byte */ member in struct:tcpcb
551 int t_force; /* 1 if forcing out a byte */ member in struct:otcpcb
789 int t_force; /* 1 if forcing out a byte */ member in struct:xtcpcb64
872 int t_force; /* 1 if forcing out a byte */ member in struct:xtcpcb_n
H A Dtcp_output.c551 if (tp->t_force) {
823 if (tp->t_force) {
949 * tp->t_force
1307 if (tp->t_force && len == 1)
1625 if (tp->t_force == 0 || tp->t_timer[TCPT_PERSIST] == 0) {
1845 (tp->t_flags & (TH_PUSH | TF_ACKNOW)) || tp->t_force != 0 ||
1901 if (tp->t_force == 0 || tp->t_timer[TCPT_PERSIST] == 0) {
H A Din_pcblist.c208 xt->t_force = tp->t_force;
H A Dtcp_timer.c804 tp->t_force = 1;
806 tp->t_force = 0;
H A Dtcp_subr.c1321 otp->t_force = tp->t_force;
1507 otp->t_force = tp->t_force;
H A Dtcp_usrreq.c782 tp->t_force = 1;
784 tp->t_force = 0;

Completed in 36 milliseconds