Searched refs:sock_xmit (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/block/ |
| H A D | nbd.c | 608 static int sock_xmit(struct nbd_device *nbd, int index, int send, in sock_xmit() function 724 result = sock_xmit(nbd, index, 1, &from, in nbd_send_cmd() 770 result = sock_xmit(nbd, index, 1, &from, flags, &sent); in nbd_send_cmd() 952 result = sock_xmit(nbd, index, 0, &to, MSG_WAITALL, NULL); in nbd_handle_reply() 1442 ret = sock_xmit(nbd, i, 1, &from, 0, NULL); in send_disconnects()
|