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

/linux-master/tools/testing/selftests/bpf/
H A Dtest_sockmap.c71 int txmsg_apply; variable
101 {"txmsg_apply", required_argument, NULL, 'a'},
177 txmsg_apply = txmsg_cork = 0;
611 * manipulating pop/push/pull/etc. For example txmsg_apply 1
618 if (txmsg_apply)
619 txmsg_pop_total = txmsg_pop * (total_bytes / txmsg_apply);
1023 else if (txmsg_apply)
1065 if (txmsg_apply) {
1067 &i, &txmsg_apply, BPF_ANY);
1343 if (txmsg_apply) {
[all...]

Completed in 185 milliseconds