Searched refs:t_notsent_lowat (Results 1 - 4 of 4) sorted by relevance

/xnu-2782.1.97/bsd/netinet/
H A Dtcp_usrreq.c1972 tp->t_notsent_lowat = 0;
1975 tp->t_notsent_lowat = optval;
2173 optval = tp->t_notsent_lowat;
H A Dtcp_var.h363 u_int32_t t_notsent_lowat; /* Low water for not sent data */ member in struct:tcpcb
H A Dtcp_input.c2240 tp->t_notsent_lowat = tp0->t_notsent_lowat;
H A Dtcp_subr.c2815 if (notsent <= tp->t_notsent_lowat) {

Completed in 47 milliseconds