Searched refs:sock_xmit (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.4/drivers/block/ |
| D | nbd.c | 459 static int sock_xmit(struct nbd_device *nbd, int index, int send, in sock_xmit() function 580 result = sock_xmit(nbd, index, 1, &from, in nbd_send_cmd() 626 result = sock_xmit(nbd, index, 1, &from, flags, &sent); in nbd_send_cmd() 678 result = sock_xmit(nbd, index, 0, &to, MSG_WAITALL, NULL); in nbd_read_stat() 739 result = sock_xmit(nbd, index, 0, &to, MSG_WAITALL, NULL); in nbd_read_stat() 1159 ret = sock_xmit(nbd, i, 1, &from, 0, NULL); in send_disconnects()
|