Searched refs:txmsg_end_push (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/ |
H A D | test_sockmap.c | 78 int txmsg_end_push; variable 108 {"txmsg_end_push", required_argument, NULL, 'q'}, 175 txmsg_start_push = txmsg_end_push = 0; in test_reset() 1078 if (txmsg_end_push) { in run_options() 1081 &i, &txmsg_end_push, BPF_ANY); in run_options() 1084 "ERROR: bpf_map_update_elem %i@%i (txmsg_end_push): %d (%s)\n", in run_options() 1085 txmsg_end_push, i, err, strerror(errno)); in run_options() 1606 txmsg_end_push = 1; in test_txmsg_push() 1611 txmsg_end_push = 4096; in test_txmsg_push() 1617 txmsg_end_push in test_txmsg_push() [all...] |
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/ |
H A D | test_sockmap.c | 76 int txmsg_end_push; variable 106 {"txmsg_end_push", required_argument, NULL, 'q'}, 175 txmsg_start_push = txmsg_end_push = 0; in test_reset() 1122 if (txmsg_end_push) { in run_options() 1125 &i, &txmsg_end_push, BPF_ANY); in run_options() 1128 "ERROR: bpf_map_update_elem %i@%i (txmsg_end_push): %d (%s)\n", in run_options() 1129 txmsg_end_push, i, err, strerror(errno)); in run_options() 1658 txmsg_end_push = 1; in test_txmsg_push() 1663 txmsg_end_push = 4096; in test_txmsg_push() 1669 txmsg_end_push in test_txmsg_push() [all...] |
Completed in 5 milliseconds