Home
last modified time | relevance | path

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

/openbmc/linux/drivers/block/
H A Dnbd.c509 static int __sock_xmit(struct nbd_device *nbd, struct socket *sock, int send, in __sock_xmit() function
560 return __sock_xmit(nbd, sock, send, iter, msg_flags, sent); in sock_xmit()
734 result = __sock_xmit(nbd, sock, 0, &to, MSG_WAITALL, NULL); in nbd_read_reply()