Home
last modified time | relevance | path

Searched refs:cfg_cork (Results 1 – 2 of 2) sorted by relevance

/linux/tools/testing/selftests/net/
H A Dio_uring_zerocopy_tx.c52 static bool cfg_cork = false; variable
120 if (cfg_cork) in do_tx()
154 if (cfg_cork) in do_tx()
272 cfg_cork = strtol(optarg, NULL, 0); in parse_opts()
H A Dmsg_zerocopy.c77 static int cfg_cork; variable
236 payload_len = cfg_payload_len / cfg_cork; in do_sendmsg_corked()
237 extra_len = cfg_payload_len - (cfg_cork * payload_len); in do_sendmsg_corked()
241 for (i = 0; i < cfg_cork; i++) { in do_sendmsg_corked()
554 if (cfg_cork) in do_tx()
690 if (cfg_cork && (domain == PF_PACKET || type != SOCK_DGRAM)) in do_test()
736 cfg_cork = strtol(optarg, NULL, 0); in parse_opts()
794 if (cfg_cork_mixed && (!cfg_zerocopy || !cfg_cork)) in parse_opts()