Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/block/
H A Dnbd.c485 static int sock_xmit(struct nbd_device *nbd, int index, int send, in sock_xmit() function
496 "Attempted %s on closed socket in sock_xmit\n", in sock_xmit()
606 result = sock_xmit(nbd, index, 1, &from, in nbd_send_cmd()
652 result = sock_xmit(nbd, index, 1, &from, flags, &sent); in nbd_send_cmd()
696 result = sock_xmit(nbd, index, 0, &to, MSG_WAITALL, NULL); in nbd_read_reply()
783 result = sock_xmit(nbd, index, 0, &to, MSG_WAITALL, NULL); in nbd_handle_reply()
1043 * completion before we exit sock_xmit on the last bvec) or in the case in nbd_queue_rq()
1255 ret = sock_xmit(nbd, i, 1, &from, 0, NULL); in send_disconnects()
/kernel/linux/linux-6.6/drivers/block/
H A Dnbd.c518 "Attempted %s on closed socket in sock_xmit\n", in __sock_xmit()
554 static int sock_xmit(struct nbd_device *nbd, int index, int send, in sock_xmit() function
638 result = sock_xmit(nbd, index, 1, &from, in nbd_send_cmd()
684 result = sock_xmit(nbd, index, 1, &from, flags, &sent); in nbd_send_cmd()
817 result = sock_xmit(nbd, index, 0, &to, MSG_WAITALL, NULL); in nbd_handle_reply()
1084 * completion before we exit sock_xmit on the last bvec) or in the case in nbd_queue_rq()
1298 ret = sock_xmit(nbd, i, 1, &from, 0, NULL); in send_disconnects()

Completed in 8 milliseconds