Home
last modified time | relevance | path

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

/xnu-11417.101.15/bsd/netinet/
H A Dtcp_var.h1124 int t_force; /* 1 if forcing out a byte */ member
1538 int t_force; /* 1 if forcing out a byte */ member
1621 int t_force; /* 1 if forcing out a byte */ member
H A Din_pcblist.c245 xt->t_force = (tp->t_flagsext & TF_FORCE) ? 1 : 0; in tcpcb_to_xtcpcb_n()
H A Dtcp_subr.c1922 otp->t_force = (tp->t_flagsext & TF_FORCE) ? 1 : 0; in tcpcb_to_otcpcb()
2106 otp->t_force = (tp->t_flagsext & TF_FORCE) ? 1 : 0; in tcpcb_to_xtcpcb64()