cfg_zerocopy       88 tools/testing/selftests/net/msg_zerocopy.c static bool cfg_zerocopy;
cfg_zerocopy      229 tools/testing/selftests/net/msg_zerocopy.c 	bool do_zerocopy = cfg_zerocopy;
cfg_zerocopy      332 tools/testing/selftests/net/msg_zerocopy.c 	if (cfg_zerocopy)
cfg_zerocopy      551 tools/testing/selftests/net/msg_zerocopy.c 			do_sendmsg(fd, &msg, cfg_zerocopy, domain);
cfg_zerocopy      554 tools/testing/selftests/net/msg_zerocopy.c 			if (cfg_zerocopy)
cfg_zerocopy      560 tools/testing/selftests/net/msg_zerocopy.c 	if (cfg_zerocopy)
cfg_zerocopy      762 tools/testing/selftests/net/msg_zerocopy.c 			cfg_zerocopy = true;
cfg_zerocopy      779 tools/testing/selftests/net/msg_zerocopy.c 	if (cfg_cork_mixed && (!cfg_zerocopy || !cfg_cork))
cfg_zerocopy       72 tools/testing/selftests/net/udpgso_bench_tx.c static bool	cfg_zerocopy;
cfg_zerocopy      263 tools/testing/selftests/net/udpgso_bench_tx.c 			   cfg_zerocopy ? MSG_ZEROCOPY : 0);
cfg_zerocopy      283 tools/testing/selftests/net/udpgso_bench_tx.c 		ret = sendto(fd, data, len, cfg_zerocopy ? MSG_ZEROCOPY : 0,
cfg_zerocopy      355 tools/testing/selftests/net/udpgso_bench_tx.c 	ret = sendmmsg(fd, mmsgs, i, cfg_zerocopy ? MSG_ZEROCOPY : 0);
cfg_zerocopy      404 tools/testing/selftests/net/udpgso_bench_tx.c 	ret = sendmsg(fd, &msg, cfg_zerocopy ? MSG_ZEROCOPY : 0);
cfg_zerocopy      490 tools/testing/selftests/net/udpgso_bench_tx.c 			cfg_zerocopy = true;
cfg_zerocopy      585 tools/testing/selftests/net/udpgso_bench_tx.c 	if (cfg_zerocopy) {
cfg_zerocopy      631 tools/testing/selftests/net/udpgso_bench_tx.c 	if (cfg_zerocopy) {
cfg_zerocopy      673 tools/testing/selftests/net/udpgso_bench_tx.c 		if ((cfg_zerocopy && ((num_msgs & 0xF) == 0)) || cfg_tx_tstamp)
cfg_zerocopy      692 tools/testing/selftests/net/udpgso_bench_tx.c 	if (cfg_zerocopy || cfg_tx_tstamp)