Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/net/
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()
H A Dio_uring_zerocopy_tx.c50 static bool cfg_cork = false; variable
384 if (cfg_cork) in do_tx()
418 if (cfg_cork) in do_tx()
536 cfg_cork = strtol(optarg, NULL, 0); in parse_opts()