Home
last modified time | relevance | path

Searched refs:txmsg_cork (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/tools/testing/selftests/bpf/
H A Dtest_sockmap.c72 int txmsg_cork; variable
102 {"txmsg_cork", required_argument, NULL, 'k'},
177 txmsg_apply = txmsg_cork = 0; in test_reset()
627 if (txmsg_cork) { in msg_loop()
813 if (err && txmsg_cork) in sendmsg_test()
1025 else if (txmsg_cork) in run_options()
1076 if (txmsg_cork) { in run_options()
1078 &i, &txmsg_cork, BPF_ANY); in run_options()
1347 if (txmsg_cork) { in test_options()
1348 snprintf(tstr, OPTSTRING, "cork %d,", txmsg_cork); in test_options()
[all...]
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/
H A Dtest_sockmap.c74 int txmsg_cork; variable
104 {"txmsg_cork", required_argument, NULL, 'k'},
177 txmsg_apply = txmsg_cork = 0; in test_reset()
619 if (txmsg_cork) { in msg_loop()
772 if (err && txmsg_cork) in sendmsg_test()
981 else if (txmsg_cork) in run_options()
1032 if (txmsg_cork) { in run_options()
1034 &i, &txmsg_cork, BPF_ANY); in run_options()
1303 if (txmsg_cork) { in test_options()
1304 snprintf(tstr, OPTSTRING, "cork %d,", txmsg_cork); in test_options()
[all...]

Completed in 5 milliseconds