Searched refs:notsent (Results 1 – 2 of 2) sorted by relevance
6264 int notsent = 0; in mptcp_notsent_lowat_check() local6275 notsent = so->so_snd.sb_cc; in mptcp_notsent_lowat_check()6277 if ((notsent == 0) || in mptcp_notsent_lowat_check()6278 ((notsent - (mp_tp->mpt_sndnxt - mp_tp->mpt_snduna)) <= in mptcp_notsent_lowat_check()6293 notsent = so->so_snd.sb_cc - in mptcp_notsent_lowat_check()6297 notsent > 0 && (notsent <= (int)tp->t_maxseg)) { in mptcp_notsent_lowat_check()
3794 int notsent = 0; in tcp_notsent_lowat_check() local3804 notsent = so->so_snd.sb_cc - in tcp_notsent_lowat_check()3813 if (notsent <= tp->t_notsent_lowat) { in tcp_notsent_lowat_check()3823 notsent > 0 && notsent < tp->t_maxseg) { in tcp_notsent_lowat_check()