Searched refs:SB_SPLICED (Results 1 – 3 of 3) sorted by relevance
51 #define SB_SPLICED 0x4000 /* socket buffer is spliced; macro
1705 so->so_rcv.sb_flags |= SB_SPLICED;1722 so->so_rcv.sb_flags &= ~SB_SPLICED;1732 so2->so_snd.sb_flags |= SB_SPLICED;1768 if ((so->so_rcv.sb_flags & SB_SPLICED) == 0) {1773 so->so_rcv.sb_flags &= ~SB_SPLICED;1783 KASSERT((so2->so_snd.sb_flags & SB_SPLICED) != 0,1787 so2->so_snd.sb_flags &= ~SB_SPLICED;1849 KASSERT(SOLISTENING(so) || (so->so_rcv.sb_flags & SB_SPLICED) == 0,1851 KASSERT(SOLISTENING(so) || (so->so_snd.sb_flags & SB_SPLICED) == 0,4542 if ((so->so_rcv.sb_flags & SB_SPLICED) != 0)[all …]
550 if (so->so_rcv.sb_flags & SB_SPLICED) in sorwakeup_locked()562 if (so->so_snd.sb_flags & SB_SPLICED) in sowwakeup_locked()