Searched refs:do_zerocopy (Results 1 - 2 of 2) 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() argument 194 if (do_zerocopy) { in do_sendmsg() 215 if (do_zerocopy && ret) in do_sendmsg() 218 if (do_zerocopy && domain == PF_RDS) { in do_sendmsg() 228 bool do_zerocopy = cfg_zerocopy; in do_sendmsg_corked() local 243 do_zerocopy = (i & 1); in do_sendmsg_corked() 248 do_sendmsg(fd, msg, do_zerocopy, in do_sendmsg_corked()
|
/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() argument 194 if (do_zerocopy) { in do_sendmsg() 215 if (do_zerocopy && ret) in do_sendmsg() 218 if (do_zerocopy && domain == PF_RDS) { in do_sendmsg() 228 bool do_zerocopy = cfg_zerocopy; in do_sendmsg_corked() local 243 do_zerocopy = (i & 1); in do_sendmsg_corked() 248 do_sendmsg(fd, msg, do_zerocopy, in do_sendmsg_corked()
|
Completed in 3 milliseconds