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
235 payload_len = cfg_payload_len / cfg_cork; in do_sendmsg_corked()
236 extra_len = cfg_payload_len - (cfg_cork * payload_len); in do_sendmsg_corked()
240 for (i = 0; i < cfg_cork; i++) { in do_sendmsg_corked()
551 if (cfg_cork) in do_tx()
687 if (cfg_cork && (domain == PF_PACKET || type != SOCK_DGRAM)) in do_test()
733 cfg_cork = strtol(optarg, NULL, 0); in parse_opts()
788 if (cfg_cork_mixed && (!cfg_zerocopy || !cfg_cork)) in parse_opts()