Home
last modified time | relevance | path

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

/linux-5.19.10/tools/testing/selftests/net/
Dmsg_zerocopy.c183 static bool do_sendmsg(int fd, struct msghdr *msg, bool do_zerocopy, int domain) in do_sendmsg() function
248 do_sendmsg(fd, msg, do_zerocopy, in do_sendmsg_corked()
550 do_sendmsg(fd, &msg, cfg_zerocopy, domain); in do_tx()
/linux-5.19.10/net/ceph/
Dmessenger_v2.c120 static int do_sendmsg(struct socket *sock, struct iov_iter *it) in do_sendmsg() function
204 ret = do_sendmsg(con->sock, &con->v2.out_iter); in ceph_tcp_send()