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

/linux-master/tools/testing/selftests/bpf/
H A Dtest_sockmap.c78 int txmsg_pop; variable
108 {"txmsg_pop", required_argument, NULL, 'x'},
174 txmsg_start_pop = txmsg_pop = 0;
612 * with txmsg_pop 1 will try to apply 1B at a time but each
619 txmsg_pop_total = txmsg_pop * (total_bytes / txmsg_apply);
621 txmsg_pop_total = txmsg_pop * cnt;
787 if (txmsg_pop || txmsg_start_pop)
788 iov_buf -= (txmsg_pop - txmsg_start_pop + 1);
1150 if (txmsg_pop) {
1153 &i, &txmsg_pop, BPF_AN
[all...]

Completed in 139 milliseconds