Home
last modified time | relevance | path

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

/Linux-v6.1/tools/testing/selftests/bpf/
Dtest_sockmap.c78 int txmsg_pop; variable
174 txmsg_start_pop = txmsg_pop = 0; in test_reset()
619 txmsg_pop_total = txmsg_pop * (total_bytes / txmsg_apply); in msg_loop()
621 txmsg_pop_total = txmsg_pop * cnt; in msg_loop()
787 if (txmsg_pop || txmsg_start_pop) in sendmsg_test()
788 iov_buf -= (txmsg_pop - txmsg_start_pop + 1); in sendmsg_test()
1150 if (txmsg_pop) { in run_options()
1153 &i, &txmsg_pop, BPF_ANY); in run_options()
1157 txmsg_pop, i, err, strerror(errno)); in run_options()
1163 &i, &txmsg_pop, BPF_ANY); in run_options()
[all …]