Home
last modified time | relevance | path

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

/Linux-v6.6/tools/testing/selftests/bpf/
Dtest_sockmap.c77 int txmsg_start_pop; variable
174 txmsg_start_pop = txmsg_pop = 0; in test_reset()
787 if (txmsg_pop || txmsg_start_pop) in sendmsg_test()
788 iov_buf -= (txmsg_pop - txmsg_start_pop + 1); in sendmsg_test()
1134 if (txmsg_start_pop) { in run_options()
1137 &i, &txmsg_start_pop, BPF_ANY); in run_options()
1141 txmsg_start_pop, i, err, strerror(errno)); in run_options()
1147 &i, &txmsg_start_pop, BPF_ANY); in run_options()
1359 if (txmsg_start_pop) { in test_options()
1361 txmsg_start_pop, txmsg_start_pop + txmsg_pop); in test_options()
[all …]