Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/net/
H A Dmsg_zerocopy.c80 static int cfg_expect_zerocopy = -1; variable
448 if (cfg_expect_zerocopy != -1 && in do_recv_completion()
449 cfg_expect_zerocopy != zerocopy) { in do_recv_completion()
451 zerocopy, cfg_expect_zerocopy); in do_recv_completion()
454 cfg_expect_zerocopy = zerocopy; in do_recv_completion()
577 cfg_zerocopy && cfg_expect_zerocopy == 1 ? 'y' : 'n'); in do_tx()
777 cfg_expect_zerocopy = !!atoi(optarg); in parse_opts()