Lines Matching refs:send_filp
137 struct file *send_filp;
766 return write_buf(sctx->send_filp, &hdr, sizeof(hdr),
802 ret = write_buf(sctx->send_filp, sctx->send_buf, sctx->send_size,
5676 ret = write_buf(sctx->send_filp, sctx->send_buf, sctx->send_size,
5679 ret = write_buf(sctx->send_filp, sctx->send_buf + data_offset,
8169 sctx->send_filp = fget(arg->send_fd);
8170 if (!sctx->send_filp || !(sctx->send_filp->f_mode & FMODE_WRITE)) {
8403 if (sctx->send_filp)
8404 fput(sctx->send_filp);