Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/
H A Dtest_sockmap.c66 int txmsg_apply; variable
171 txmsg_apply = txmsg_cork = 0; in test_reset()
611 if (txmsg_apply) { in msg_loop()
612 txmsg_push_total = txmsg_end_push * (total_bytes / txmsg_apply); in msg_loop()
613 txmsg_pop_total = txmsg_pop * (total_bytes / txmsg_apply); in msg_loop()
990 else if (txmsg_apply) in run_options()
1033 if (txmsg_apply) { in run_options()
1035 &i, &txmsg_apply, BPF_ANY); in run_options()
1281 if (txmsg_apply) { in test_options()
1282 snprintf(tstr, OPTSTRING, "apply %d,", txmsg_apply); in test_options()
[all …]