Searched refs:STZCNOTIFY (Results 1 – 6 of 6) sorted by relevance
302 #define STZCNOTIFY 0x04000000 /* wait for zerocopy mblk to be acked */ macro
1866 while (!(so->so_copyflag & STZCNOTIFY)) { in so_zcopy_wait()1876 so->so_copyflag &= ~STZCNOTIFY; in so_zcopy_wait()
2770 while (!(stp->sd_flag & STZCNOTIFY)) { in snf_segmap()2777 stp->sd_flag &= ~STZCNOTIFY; in snf_segmap()
1563 so->so_copyflag |= STZCNOTIFY; in so_zcopy_notify()
163 { SF(STZCNOTIFY), "wait for zerocopy mblk to be acked" },
3332 stp->sd_flag |= STZCNOTIFY; in tcp_zcopy_notify()