Searched refs:notsent (Results 1 – 2 of 2) sorted by relevance
6411 int notsent = 0; in mptcp_notsent_lowat_check() local6422 notsent = so->so_snd.sb_cc; in mptcp_notsent_lowat_check()6424 if ((notsent == 0) || in mptcp_notsent_lowat_check()6425 ((notsent - (mp_tp->mpt_sndnxt - mp_tp->mpt_snduna)) <= in mptcp_notsent_lowat_check()6429 mp_tp->mpt_notsent_lowat, notsent, in mptcp_notsent_lowat_check()6430 notsent - (mp_tp->mpt_sndnxt - mp_tp->mpt_snduna)), in mptcp_notsent_lowat_check()6445 notsent = so->so_snd.sb_cc - in mptcp_notsent_lowat_check()6449 notsent > 0 && (notsent <= (int)tp->t_maxseg)) { in mptcp_notsent_lowat_check()6454 mp_tp->mpt_notsent_lowat, notsent), in mptcp_notsent_lowat_check()
3625 int notsent = 0; in tcp_notsent_lowat_check() local3635 notsent = so->so_snd.sb_cc - in tcp_notsent_lowat_check()3644 if (notsent <= tp->t_notsent_lowat) { in tcp_notsent_lowat_check()3654 notsent > 0 && notsent < tp->t_maxseg) { in tcp_notsent_lowat_check()