Lines Matching refs:sb_cc
1169 trim = sbrcv->sb_hiwat - (sbrcv->sb_cc + leave); in tcp_sbrcv_trim()
1192 if (sbsnd->sb_cc <= sbsnd->sb_idealsize) { in tcp_sbsnd_trim()
1195 trim = sbsnd->sb_hiwat - sbsnd->sb_cc; in tcp_sbsnd_trim()
1439 snd_len = min(so->so_snd.sb_cc, tp->snd_wnd) - snd_off; in tcp_early_rexmt_check()
3885 if ((so->so_snd.sb_cc) || (tp->t_flags & TF_ACKNOW)) { in tcp_input()
3905 (mem == MEMACCT_SOFTLIMIT && so->so_rcv.sb_cc > 0)) { in tcp_input()
5001 if (so->so_snd.sb_cc) { in tcp_input()
5447 (so->so_snd.sb_cc - (tp->snd_max - tp->snd_una)) > 0) { in tcp_input()
5696 if (acked > so->so_snd.sb_cc) { in tcp_input()
5697 tp->snd_wnd -= so->so_snd.sb_cc; in tcp_input()
5698 sbdrop(&so->so_snd, (int)so->so_snd.sb_cc); in tcp_input()
5883 if (th->th_urp + so->so_rcv.sb_cc > sb_max) { in tcp_input()
5904 so->so_oobmark = so->so_rcv.sb_cc + in tcp_input()
5981 (mem == MEMACCT_SOFTLIMIT && so->so_rcv.sb_cc > 0)) { in tcp_input()