Searched refs:sb_ctl (Results 1 – 4 of 4) sorted by relevance
381 sb64->st_size = so->so_rcv.sb_cc - so->so_rcv.sb_ctl; in soo_stat()393 sb->st_size = so->so_rcv.sb_cc - so->so_rcv.sb_ctl; in soo_stat()
1728 sb->sb_ctl += m->m_len; in sbcompress()1909 sb->sb_ctl -= len; in sbdrop()2454 sb->sb_ctl += m->m_len; in sballoc()2478 sb->sb_ctl -= m->m_len; in sbfree()
4628 asb.sb_ctl = sb->sb_ctl; in sorflush()4651 sb->sb_ctl = 0; in sorflush()5066 - so2->so_snd.sb_ctl; in sosetoptlock()5069 - so->so_rcv.sb_ctl; in sosetoptlock()5073 - so->so_rcv.sb_ctl; in sosetoptlock()6026 optval = so->so_rcv.sb_cc - so->so_rcv.sb_ctl; in sogetoptlock()6636 data = so->so_rcv.sb_cc - so->so_rcv.sb_ctl; in filt_soread_common()
178 uint32_t sb_ctl; /* non-data chars in buffer */ member