Home
last modified time | relevance | path

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

/xnu-10063.141.1/bsd/netinet/
H A Dmptcp_subr.c6240 int notsent = 0; in mptcp_notsent_lowat_check() local
6251 notsent = so->so_snd.sb_cc; in mptcp_notsent_lowat_check()
6253 if ((notsent == 0) || in mptcp_notsent_lowat_check()
6254 ((notsent - (mp_tp->mpt_sndnxt - mp_tp->mpt_snduna)) <= in mptcp_notsent_lowat_check()
6269 notsent = so->so_snd.sb_cc - in mptcp_notsent_lowat_check()
6273 notsent > 0 && (notsent <= (int)tp->t_maxseg)) { in mptcp_notsent_lowat_check()
H A Dtcp_subr.c3637 int notsent = 0; in tcp_notsent_lowat_check() local
3647 notsent = so->so_snd.sb_cc - in tcp_notsent_lowat_check()
3656 if (notsent <= tp->t_notsent_lowat) { in tcp_notsent_lowat_check()
3666 notsent > 0 && notsent < tp->t_maxseg) { in tcp_notsent_lowat_check()