Home
last modified time | relevance | path

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

/xnu-11417.101.15/bsd/netinet/
H A Dtcp_usrreq.c2576 tp->t_notsent_lowat = 0; in tcp_ctloutput()
2579 tp->t_notsent_lowat = optval; in tcp_ctloutput()
2940 optval = tp->t_notsent_lowat; in tcp_ctloutput()
H A Dtcp_var.h523 uint32_t t_notsent_lowat; /* Low water for not sent data */ member
H A Dtcp_input.c2892 tp->t_notsent_lowat = tp0->t_notsent_lowat; in tcp_input()
H A Dtcp_subr.c3776 if (notsent <= tp->t_notsent_lowat) { in tcp_notsent_lowat_check()