Lines Matching refs:SB_SPLICED
1708 so->so_rcv.sb_flags |= SB_SPLICED;
1734 so2->so_snd.sb_flags |= SB_SPLICED;
1774 if ((so->so_rcv.sb_flags & SB_SPLICED) == 0) {
1791 so->so_rcv.sb_flags &= ~SB_SPLICED;
1801 (so2->so_snd.sb_flags & SB_SPLICED) != 0,
1806 so2->so_snd.sb_flags &= ~SB_SPLICED;
1871 KASSERT(SOLISTENING(so) || (so->so_rcv.sb_flags & SB_SPLICED) == 0,
1873 KASSERT(SOLISTENING(so) || (so->so_snd.sb_flags & SB_SPLICED) == 0,
4554 if ((so->so_rcv.sb_flags & SB_SPLICED) != 0)
5064 if ((so->so_rcv.sb_flags & SB_SPLICED) != 0)