Searched refs:__sock_xmit (Results 1 – 1 of 1) sorted by relevance
/linux-6.6.21/drivers/block/ |
D | nbd.c | 509 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() 728 result = __sock_xmit(nbd, sock, 0, &to, MSG_WAITALL, NULL); in nbd_read_reply()
|