Searched refs:do_sendmsg (Results 1 – 2 of 2) sorted by relevance
/linux-5.19.10/tools/testing/selftests/net/ |
D | msg_zerocopy.c | 183 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/ |
D | messenger_v2.c | 120 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()
|