Home
last modified time | relevance | path

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

/linux-6.12.1/tools/testing/selftests/bpf/
Dtest_sockmap.c72 int txmsg_apply; variable
178 txmsg_apply = txmsg_cork = 0; in test_reset()
619 if (txmsg_apply) in msg_loop()
620 txmsg_pop_total = txmsg_pop * (total_bytes / txmsg_apply); in msg_loop()
1022 else if (txmsg_apply) in run_options()
1065 if (txmsg_apply) { in run_options()
1067 &i, &txmsg_apply, BPF_ANY); in run_options()
1341 if (txmsg_apply) { in test_options()
1342 snprintf(tstr, OPTSTRING, "apply %d,", txmsg_apply); in test_options()
1570 txmsg_apply = 4097; in test_txmsg_cork_hangs()
[all …]