Lines Matching refs:msgflags
75 int msgflags; in soo_read() local
82 msgflags = 0; in soo_read()
84 msgflags = MSG_FNONBLOCKING; in soo_read()
86 msgflags = MSG_FNONBLOCKING; in soo_read()
88 msgflags = 0; in soo_read()
90 error = so_pru_soreceive(so, NULL, uio, NULL, NULL, &msgflags); in soo_read()
102 int msgflags; in soo_write() local
107 msgflags = 0; in soo_write()
109 msgflags = MSG_FNONBLOCKING; in soo_write()
111 msgflags = MSG_FNONBLOCKING; in soo_write()
113 msgflags = 0; in soo_write()
115 error = so_pru_sosend(so, NULL, uio, NULL, NULL, msgflags, uio->uio_td); in soo_write()