Home
last modified time | relevance | path

Searched refs:sock_xmit (Results 1 – 1 of 1) sorted by relevance

/linux-6.1.9/drivers/block/
Dnbd.c494 static int sock_xmit(struct nbd_device *nbd, int index, int send, in sock_xmit() function
615 result = sock_xmit(nbd, index, 1, &from, in nbd_send_cmd()
661 result = sock_xmit(nbd, index, 1, &from, flags, &sent); in nbd_send_cmd()
705 result = sock_xmit(nbd, index, 0, &to, MSG_WAITALL, NULL); in nbd_read_reply()
794 result = sock_xmit(nbd, index, 0, &to, MSG_WAITALL, NULL); in nbd_handle_reply()
1272 ret = sock_xmit(nbd, i, 1, &from, 0, NULL); in send_disconnects()