Lines Matching refs:sb_cc
1170 trim = sbrcv->sb_hiwat - (sbrcv->sb_cc + leave); in tcp_sbrcv_trim()
1193 if (sbsnd->sb_cc <= sbsnd->sb_idealsize) { in tcp_sbsnd_trim()
1196 trim = sbsnd->sb_hiwat - sbsnd->sb_cc; in tcp_sbsnd_trim()
1526 snd_len = min(so->so_snd.sb_cc, tp->snd_wnd) - snd_off; in tcp_early_rexmt_check()
3358 if ((so->so_snd.sb_cc) || (tp->t_flags & TF_ACKNOW)) { in tcp_input()
4831 if (so->so_snd.sb_cc) { in tcp_input()
5264 (so->so_snd.sb_cc - (tp->snd_max - tp->snd_una)) > 0) { in tcp_input()
5511 if (acked > so->so_snd.sb_cc) { in tcp_input()
5512 tp->snd_wnd -= so->so_snd.sb_cc; in tcp_input()
5513 sbdrop(&so->so_snd, (int)so->so_snd.sb_cc); in tcp_input()
5697 if (th->th_urp + so->so_rcv.sb_cc > sb_max) { in tcp_input()
5718 so->so_oobmark = so->so_rcv.sb_cc + in tcp_input()