Lines Matching refs:sb_flags
745 so->so_rcv.sb_flags |= SB_RECV; in socreate_internal()
1168 so->so_rcv.sb_flags &= ~(SB_SEL | SB_UPCALL); in sofreelastref()
1169 so->so_snd.sb_flags &= ~(SB_SEL | SB_UPCALL); in sofreelastref()
1206 so->so_rcv.sb_flags &= ~(SB_SEL | SB_UPCALL); in sofreelastref()
1207 so->so_snd.sb_flags &= ~(SB_SEL | SB_UPCALL); in sofreelastref()
1222 so->so_rcv.sb_flags &= ~SB_UPCALL; in sofreelastref()
1223 so->so_snd.sb_flags &= ~(SB_UPCALL | SB_SNDBYTE_CNT); in sofreelastref()
1250 so->so_rcv.sb_flags &= ~SB_UPCALL; in soclose_wait_locked()
1251 so->so_snd.sb_flags &= ~SB_UPCALL; in soclose_wait_locked()
1987 if ((so->so_snd.sb_flags & SB_LOCK) != 0 && in sosendcheck()
4767 VERIFY(sb->sb_flags & SB_LOCK); in sowflush()
4769 sb->sb_flags &= ~(SB_SEL | SB_UPCALL); in sowflush()
4770 sb->sb_flags |= SB_DROP; in sowflush()
4814 VERIFY(sb->sb_flags & SB_LOCK); in sorflush()
4835 asb.sb_flags = sb->sb_flags; in sorflush()
4836 asb.sb_flags &= ~(SB_LOCK | SB_SEL | SB_KNOTE | SB_UPCALL); in sorflush()
4837 asb.sb_flags |= SB_DROP; in sorflush()
4861 sb->sb_flags &= ~(SB_SEL | SB_UPCALL); in sorflush()
4862 sb->sb_flags |= SB_DROP; in sorflush()
5169 sb->sb_flags |= SB_USRSIZE; in sosetoptlock()
5170 sb->sb_flags &= ~SB_AUTOSIZE; in sosetoptlock()
5182 if (so->so_snd.sb_flags & SB_UNIX) { in sosetoptlock()
6117 if (so->so_snd.sb_flags & SB_UNIX) { in sogetoptlock()
6540 if (so->so_rcv.sb_flags & SB_KNOTE) { in sohasoutofband()
6581 so->so_rcv.sb_flags |= SB_SEL; in sopoll()
6590 so->so_snd.sb_flags |= SB_SEL; in sopoll()
6738 so->so_rcv.sb_flags |= SB_KNOTE; in filt_sorattach()
6751 if (so->so_rcv.sb_flags & SB_KNOTE) { in filt_sordetach()
6753 so->so_rcv.sb_flags &= ~SB_KNOTE; in filt_sordetach()
6906 so->so_snd.sb_flags |= SB_KNOTE; in filt_sowattach()
6919 if (so->so_snd.sb_flags & SB_KNOTE) { in filt_sowdetach()
6921 so->so_snd.sb_flags &= ~SB_KNOTE; in filt_sowdetach()
7456 if (!(snd->sb_flags & rcv->sb_flags & SB_DROP)) { in sosetdefunct()
7526 snd->sb_flags |= SB_DROP; in sosetdefunct()
7527 rcv->sb_flags |= SB_DROP; in sosetdefunct()
7531 rcv->sb_flags &= ~SB_SEL; in sosetdefunct()
7536 snd->sb_flags &= ~SB_SEL; in sosetdefunct()
7596 rcv->sb_flags, snd->sb_flags); in sodefunct()
7607 (uint32_t)snd->sb_sel.si_flags, rcv->sb_flags, in sodefunct()
7608 snd->sb_flags); in sodefunct()
7618 if (rcv->sb_flags & SB_LOCK) { in sodefunct()
7621 if (snd->sb_flags & SB_LOCK) { in sodefunct()
7647 rcv->sb_flags &= ~SB_SEL; in sodefunct()
7652 snd->sb_flags &= ~SB_SEL; in sodefunct()