Home
last modified time | relevance | path

Searched refs:SB_SPLICE (Results 1 – 2 of 2) sorted by relevance

/openbsd/sys/sys/
H A Dsocketvar.h113 #define SB_SPLICE 0x0004 /* buffer is splice source or drain */ macro
258 rv = ((sb->sb_flags & (SB_WAIT|SB_ASYNC|SB_SPLICE)) != 0 || in sb_notify()
/openbsd/sys/kern/
H A Duipc_socket.c1511 so->so_rcv.sb_flags |= SB_SPLICE; in sosplice()
1512 sosp->so_snd.sb_flags |= SB_SPLICE; in sosplice()
1541 so->so_rcv.sb_flags &= ~SB_SPLICE; in sounsplice()
1542 sosp->so_snd.sb_flags &= ~SB_SPLICE; in sounsplice()
1566 if (so->so_rcv.sb_flags & SB_SPLICE) { in soidle()
1590 if (so->so_rcv.sb_flags & SB_SPLICE) { in sotask()
1981 if (so->so_rcv.sb_flags & SB_SPLICE) in sorwakeup()
2004 if (so->so_snd.sb_flags & SB_SPLICE) in sowwakeup()