Lines Matching refs:sb_flags
1213 so->so_rcv.sb_flags = head->sol_sbrcv_flags & SB_AUTOSIZE;
1214 so->so_snd.sb_flags = head->sol_sbsnd_flags &
1352 so->so_rcv.sb_flags |= head->so_rcv.sb_flags & SB_AUTOSIZE;
1353 so->so_snd.sb_flags |= head->so_snd.sb_flags & SB_AUTOSIZE;
1449 (so->so_snd.sb_flags & (SB_AIO | SB_AIO_RUNNING)) != 0 ||
1450 (so->so_rcv.sb_flags & (SB_AIO | SB_AIO_RUNNING)) != 0) {
1494 sbrcv_flags = so->so_rcv.sb_flags;
1495 sbsnd_flags = so->so_snd.sb_flags;
1709 so->so_rcv.sb_flags |= SB_SPLICED;
1735 so2->so_snd.sb_flags |= SB_SPLICED;
1775 if ((so->so_rcv.sb_flags & SB_SPLICED) == 0) {
1792 so->so_rcv.sb_flags &= ~SB_SPLICED;
1802 (so2->so_snd.sb_flags & SB_SPLICED) != 0,
1807 so2->so_snd.sb_flags &= ~SB_SPLICED;
1872 KASSERT(SOLISTENING(so) || (so->so_rcv.sb_flags & SB_SPLICED) == 0,
1874 KASSERT(SOLISTENING(so) || (so->so_snd.sb_flags & SB_SPLICED) == 0,
4467 so->so_rcv.sb_flags |= SB_SEL;
4471 so->so_snd.sb_flags |= SB_SEL;
4517 sb->sb_flags |= SB_KNOTE;
4519 (sb->sb_flags & SB_AUTOLOWAT))
4520 sb->sb_flags &= ~SB_AUTOLOWAT;
4535 so->so_rcv.sb_flags &= ~SB_KNOTE;
4558 if ((so->so_rcv.sb_flags & SB_SPLICED) != 0)
4593 so->so_snd.sb_flags &= ~SB_KNOTE;
4902 sb->sb_flags |= SB_UPCALL;
4925 sb->sb_flags &= ~SB_UPCALL;
5068 if ((so->so_rcv.sb_flags & SB_SPLICED) != 0)