Home
last modified time | relevance | path

Searched refs:STRUIO_ZCNOTIFY (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dstream.h425 #define STRUIO_ZCNOTIFY 0x10 /* notify stream head when mblk acked */ macro
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_output.c273 (mp->b_datap->db_struioflag & STRUIO_ZCNOTIFY)) in tcp_wput_data()
325 (mp->b_datap->db_struioflag & STRUIO_ZCNOTIFY)) in tcp_wput_data()
326 mp1->b_datap->db_struioflag |= STRUIO_ZCNOTIFY; in tcp_wput_data()
H A Dtcp.c3250 if (bp->b_datap->db_struioflag & STRUIO_ZCNOTIFY) { in tcp_zcopy_backoff()
3255 STRUIO_ZCNOTIFY; in tcp_zcopy_backoff()
H A Dtcp_input.c4491 (mp2->b_datap->db_struioflag & STRUIO_ZCNOTIFY)) in tcp_input_data()
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsocksyscalls.c2709 mp->b_datap->db_struioflag |= STRUIO_ZCNOTIFY; in snf_segmap()