Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/sys/
H A Dstream.h407 #define STRUIO_ZCNOTIFY 0x10 /* notify stream head when mblk acked */ macro
/titanic_44/usr/src/uts/common/inet/tcp/
H A Dtcp_output.c260 (mp->b_datap->db_struioflag & STRUIO_ZCNOTIFY)) in tcp_wput_data()
312 (mp->b_datap->db_struioflag & STRUIO_ZCNOTIFY)) in tcp_wput_data()
313 mp1->b_datap->db_struioflag |= STRUIO_ZCNOTIFY; in tcp_wput_data()
H A Dtcp.c3229 if (bp->b_datap->db_struioflag & STRUIO_ZCNOTIFY) { in tcp_zcopy_backoff()
3234 STRUIO_ZCNOTIFY; in tcp_zcopy_backoff()
H A Dtcp_input.c4402 (mp2->b_datap->db_struioflag & STRUIO_ZCNOTIFY)) in tcp_input_data()
/titanic_44/usr/src/uts/common/fs/sockfs/
H A Dsocksyscalls.c2643 mp->b_datap->db_struioflag |= STRUIO_ZCNOTIFY; in snf_segmap()