Searched refs:txmsg_apply (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/ |
H A D | test_sockmap.c | 71 int txmsg_apply; variable 101 {"txmsg_apply", required_argument, NULL, 'a'}, 177 txmsg_apply = txmsg_cork = 0; in test_reset() 611 * manipulating pop/push/pull/etc. For example txmsg_apply 1 in msg_loop() 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() [all...] |
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/ |
H A D | test_sockmap.c | 73 int txmsg_apply; variable 103 {"txmsg_apply", required_argument, NULL, 'a'}, 177 txmsg_apply = txmsg_cork = 0; in test_reset() 603 * manipulating pop/push/pull/etc. For example txmsg_apply 1 in msg_loop() 610 if (txmsg_apply) in msg_loop() 611 txmsg_pop_total = txmsg_pop * (total_bytes / txmsg_apply); in msg_loop() 979 else if (txmsg_apply) in run_options() 1021 if (txmsg_apply) { in run_options() 1023 &i, &txmsg_apply, BPF_ANY); in run_options() 1299 if (txmsg_apply) { in test_options() [all...] |
Completed in 4 milliseconds