Searched refs:sb_ctl (Results 1 – 4 of 4) sorted by relevance
385 sb64->st_size = so->so_rcv.sb_cc - so->so_rcv.sb_ctl; in soo_stat()397 sb->st_size = so->so_rcv.sb_cc - so->so_rcv.sb_ctl; in soo_stat()
1675 sb->sb_ctl += m->m_len; in sbcompress()1855 sb->sb_ctl -= len; in sbdrop()2399 sb->sb_ctl += m->m_len; in sballoc()2423 sb->sb_ctl -= m->m_len; in sbfree()
4594 asb.sb_ctl = sb->sb_ctl; in sorflush()4617 sb->sb_ctl = 0; in sorflush()4982 - so2->so_snd.sb_ctl; in sosetoptlock()4985 - so->so_rcv.sb_ctl; in sosetoptlock()4989 - so->so_rcv.sb_ctl; in sosetoptlock()5936 optval = so->so_rcv.sb_cc - so->so_rcv.sb_ctl; in sogetoptlock()6541 data = so->so_rcv.sb_cc - so->so_rcv.sb_ctl; in filt_soread_common()
172 uint32_t sb_ctl; /* non-data chars in buffer */ member