Home
last modified time | relevance | path

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

/Linux-v6.6/tools/testing/selftests/bpf/
Dtest_sockmap.c71 int txmsg_apply; variable
177 txmsg_apply = txmsg_cork = 0; in test_reset()
618 if (txmsg_apply) in msg_loop()
619 txmsg_pop_total = txmsg_pop * (total_bytes / txmsg_apply); in msg_loop()
1023 else if (txmsg_apply) in run_options()
1065 if (txmsg_apply) { in run_options()
1067 &i, &txmsg_apply, BPF_ANY); in run_options()
1343 if (txmsg_apply) { in test_options()
1344 snprintf(tstr, OPTSTRING, "apply %d,", txmsg_apply); in test_options()
1572 txmsg_apply = 4097; in test_txmsg_cork_hangs()
[all …]