Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/
H A Dtest_sockmap.c73 int txmsg_apply; variable
183 txmsg_apply = txmsg_cork = 0; in test_reset()
701 if (txmsg_apply) { in msg_loop()
702 txmsg_push_total = txmsg_end_push * (total_bytes / txmsg_apply); in msg_loop()
703 txmsg_pop_total = txmsg_pop * (total_bytes / txmsg_apply); in msg_loop()
1118 else if (txmsg_apply) in run_options()
1160 if (txmsg_apply) { in run_options()
1162 &i, &txmsg_apply, BPF_ANY); in run_options()
1438 if (txmsg_apply) { in test_options()
1439 snprintf(tstr, OPTSTRING, "apply %d,", txmsg_apply); in test_options()
[all …]