Lines Matching defs:send
509 static int __sock_xmit(struct nbd_device *nbd, struct socket *sock, int send,
519 (send ? "send" : "recv"));
531 if (send)
554 static int sock_xmit(struct nbd_device *nbd, int index, int send,
560 return __sock_xmit(nbd, sock, send, iter, msg_flags, sent);
605 /* We did a partial send previously, and we at least sent the whole
606 * request struct, so just go and send the rest of the pages in the
1008 "Attempted send on invalid socket\n");
1056 * the flag after nbd_send_cmd() succeed to send request to server.
1062 "Request send failed, requeueing\n");
1080 * Since we look at the bio's to send the request over the network we
1082 * before we are done doing our send. This keeps us from dereferencing