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

/xnu-2782.1.97/bsd/netinet/
H A Dtcp_var.h703 int t_force; /* 1 if forcing out a byte */ member in struct:otcpcb
994 int t_force; /* 1 if forcing out a byte */ member in struct:xtcpcb64
1076 int t_force; /* 1 if forcing out a byte */ member in struct:xtcpcb_n
H A Din_pcblist.c209 xt->t_force = (tp->t_flagsext & TF_FORCE) ? 1 : 0;
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;

Completed in 144 milliseconds