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

/xnu-2422.115.4/bsd/netinet/
H A Dtcp_usrreq.c1893 tp->t_notsent_lowat = 0;
1896 tp->t_notsent_lowat = optval;
2072 optval = tp->t_notsent_lowat;
H A Dtcp_var.h336 u_int32_t t_notsent_lowat; /* Low water for not sent data */ member in struct:tcpcb
H A Dtcp_input.c2080 tp->t_notsent_lowat = tp0->t_notsent_lowat;
H A Dtcp_subr.c2729 if (notsent <= tp->t_notsent_lowat) {

Completed in 42 milliseconds