Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/netinet/
H A Dtcp_var.h898 int t_force; /* 1 if forcing out a byte */ member
1297 int t_force; /* 1 if forcing out a byte */ member
1380 int t_force; /* 1 if forcing out a byte */ member
H A Din_pcblist.c226 xt->t_force = (tp->t_flagsext & TF_FORCE) ? 1 : 0; in tcpcb_to_xtcpcb_n()
H A Dtcp_subr.c1855 otp->t_force = (tp->t_flagsext & TF_FORCE) ? 1 : 0; in tcpcb_to_otcpcb()
2039 otp->t_force = (tp->t_flagsext & TF_FORCE) ? 1 : 0; in tcpcb_to_xtcpcb64()