Searched refs:sbspace (Results 1 – 10 of 10) sorted by relevance
12 #define sbspace(sb) ((sb)->sb_datalen - (sb)->sb_cc) macro
164 win = sbspace(&so->so_rcv);
558 ti->ti_len <= sbspace(&so->so_rcv)) { in tcp_input()603 win = sbspace(&so->so_rcv); in tcp_input()
118 win = sbspace(&tp->t_socket->so_rcv); in tcp_respond()
563 ti->ti_len <= sbspace(&so->so_rcv)) { in tcp_input()608 win = sbspace(&so->so_rcv); in tcp_input()
120 win = sbspace(&tp->t_socket->so_rcv); in tcp_respond()
400 #define sbspace(sb) \ macro416 ((sbspace(&(so)->so_snd) >= (so)->so_snd.sb_lowat && \730 #define sbspace(sb) \ macro747 ((sbspace(&(so)->so_snd) >= (so)->so_snd.sb_lowat && \755 ((sbspace(&(so)->so_snd) >= (so)->so_snd.sb_lowat && \
3375 sasoc->sasoc_local_rwnd = sbspace(&inp->sctp_socket->so_rcv);