Searched refs:sock_xmit (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/block/ |
D | nbd.c | 404 static int sock_xmit(struct nbd_device *nbd, int index, int send, in sock_xmit() function 531 result = sock_xmit(nbd, index, 1, &from, in nbd_send_cmd() 577 result = sock_xmit(nbd, index, 1, &from, flags, &sent); in nbd_send_cmd() 628 result = sock_xmit(nbd, index, 0, &to, MSG_WAITALL, NULL); in nbd_read_stat() 683 result = sock_xmit(nbd, index, 0, &to, MSG_WAITALL, NULL); in nbd_read_stat() 1078 ret = sock_xmit(nbd, i, 1, &from, 0, NULL); in send_disconnects()
|