Home
last modified time | relevance | path

Searched refs:notsent (Results 1 – 2 of 2) sorted by relevance

/xnu-8796.121.2/bsd/netinet/
H A Dtcp_subr.c3609 int notsent = 0; in tcp_notsent_lowat_check() local
3619 notsent = so->so_snd.sb_cc - in tcp_notsent_lowat_check()
3628 if (notsent <= tp->t_notsent_lowat) { in tcp_notsent_lowat_check()
3638 notsent > 0 && notsent < tp->t_maxseg) { in tcp_notsent_lowat_check()
H A Dmptcp_subr.c6244 int notsent = 0; in mptcp_notsent_lowat_check() local
6255 notsent = so->so_snd.sb_cc; in mptcp_notsent_lowat_check()
6257 if ((notsent == 0) || in mptcp_notsent_lowat_check()
6258 ((notsent - (mp_tp->mpt_sndnxt - mp_tp->mpt_snduna)) <= in mptcp_notsent_lowat_check()
6273 notsent = so->so_snd.sb_cc - in mptcp_notsent_lowat_check()
6277 notsent > 0 && (notsent <= (int)tp->t_maxseg)) { in mptcp_notsent_lowat_check()