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

/darwin-on-arm/xnu/bsd/netinet/
H A Dtcp_usrreq.c1509 tp->t_notsent_lowat = 0;
1512 tp->t_notsent_lowat = optval;
1585 optval = tp->t_notsent_lowat;
H A Dtcp_var.h313 u_int32_t t_notsent_lowat; /* Low water for not sent data */ member in struct:tcpcb
H A Dtcp_input.c1963 tp->t_notsent_lowat = tp0->t_notsent_lowat;
H A Dtcp_subr.c2632 if (notsent <= tp->t_notsent_lowat) {

Completed in 29 milliseconds