Lines Matching refs:sb_flags
1185 so->so_rcv.sb_flags = head->sol_sbrcv_flags & SB_AUTOSIZE;
1186 so->so_snd.sb_flags = head->sol_sbsnd_flags & SB_AUTOSIZE;
1323 so->so_rcv.sb_flags |= head->so_rcv.sb_flags & SB_AUTOSIZE;
1324 so->so_snd.sb_flags |= head->so_snd.sb_flags & SB_AUTOSIZE;
1420 (so->so_snd.sb_flags & (SB_AIO | SB_AIO_RUNNING)) != 0 ||
1421 (so->so_rcv.sb_flags & (SB_AIO | SB_AIO_RUNNING)) != 0) {
1465 sbrcv_flags = so->so_rcv.sb_flags;
1466 sbsnd_flags = so->so_snd.sb_flags;
1674 so->so_rcv.sb_flags |= SB_SPLICED;
1691 so->so_rcv.sb_flags &= ~SB_SPLICED;
1701 so2->so_snd.sb_flags |= SB_SPLICED;
1737 if ((so->so_rcv.sb_flags & SB_SPLICED) == 0) {
1742 so->so_rcv.sb_flags &= ~SB_SPLICED;
1752 KASSERT((so2->so_snd.sb_flags & SB_SPLICED) != 0,
1756 so2->so_snd.sb_flags &= ~SB_SPLICED;
1818 KASSERT(SOLISTENING(so) || (so->so_rcv.sb_flags & SB_SPLICED) == 0,
1820 KASSERT(SOLISTENING(so) || (so->so_snd.sb_flags & SB_SPLICED) == 0,
4442 so->so_rcv.sb_flags |= SB_SEL;
4446 so->so_snd.sb_flags |= SB_SEL;
4493 sb->sb_flags |= SB_KNOTE;
4508 so->so_rcv.sb_flags &= ~SB_KNOTE;
4531 if ((so->so_rcv.sb_flags & SB_SPLICED) != 0)
4562 so->so_snd.sb_flags &= ~SB_KNOTE;
4869 sb->sb_flags |= SB_UPCALL;
4892 sb->sb_flags &= ~SB_UPCALL;
5034 if ((so->so_rcv.sb_flags & SB_SPLICED) != 0)