Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/netinet/
H A Dtcp_var.h1148 int t_force; /* 1 if forcing out a byte */ member
1544 int t_force; /* 1 if forcing out a byte */ member
1627 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.c2156 otp->t_force = (tp->t_flagsext & TF_FORCE) ? 1 : 0; in tcpcb_to_otcpcb()
2340 otp->t_force = (tp->t_flagsext & TF_FORCE) ? 1 : 0; in tcpcb_to_xtcpcb64()