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.c74 int txmsg_apply; variable
184 txmsg_apply = txmsg_cork = 0; in test_reset()
702 if (txmsg_apply) { in msg_loop()
703 txmsg_push_total = txmsg_end_push * (total_bytes / txmsg_apply); in msg_loop()
704 txmsg_pop_total = txmsg_pop * (total_bytes / txmsg_apply); in msg_loop()
1116 else if (txmsg_apply) in run_options()
1159 if (txmsg_apply) { in run_options()
1161 &i, &txmsg_apply, BPF_ANY); in run_options()
1435 if (txmsg_apply) { in test_options()
1436 snprintf(tstr, OPTSTRING, "apply %d,", txmsg_apply); in test_options()
[all …]