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

/linux-master/tools/testing/selftests/bpf/
H A Dtest_sockmap.c76 int txmsg_end_push; variable
106 {"txmsg_end_push", required_argument, NULL, 'q'},
175 txmsg_start_push = txmsg_end_push = 0;
1122 if (txmsg_end_push) {
1125 &i, &txmsg_end_push, BPF_ANY);
1128 "ERROR: bpf_map_update_elem %i@%i (txmsg_end_push): %d (%s)\n",
1129 txmsg_end_push, i, err, strerror(errno));
1658 txmsg_end_push = 1;
1663 txmsg_end_push = 4096;
1669 txmsg_end_push
[all...]

Completed in 128 milliseconds