Searched refs:do_sendmsg (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/net/ |
H A 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()
|
/kernel/linux/linux-6.6/tools/testing/selftests/net/ |
H A 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()
|
/kernel/linux/linux-6.6/net/ceph/ |
H A D | messenger_v2.c | 122 static int do_sendmsg(struct socket *sock, struct iov_iter *it) in do_sendmsg() function 205 ret = do_sendmsg(con->sock, &con->v2.out_iter); in ceph_tcp_send()
|
Completed in 7 milliseconds