Searched defs:do_zerocopy (Results 1 - 1 of 1) sorted by relevance

/external/linux-kselftest/tools/testing/selftests/net/
H A Dmsg_zerocopy.c167 static bool do_sendmsg(int fd, struct msghdr *msg, bool do_zerocopy) argument
176 if (do_zerocopy)
190 if (do_zerocopy && ret)
199 bool do_zerocopy = cfg_zerocopy; local
214 do_zerocopy = (i & 1);
219 do_sendmsg(fd, msg, do_zerocopy);

Completed in 64 milliseconds