Searched refs:txmsg_start_pop (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/ |
H A D | test_sockmap.c | 77 int txmsg_start_pop; variable 107 {"txmsg_start_pop", required_argument, NULL, 'w'}, 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() 1140 "ERROR: bpf_map_update_elem %i@%i (txmsg_start_pop): %d (%s)\n", in run_options() 1141 txmsg_start_pop, i, err, strerror(errno)); in run_options() 1147 &i, &txmsg_start_pop, BPF_AN in run_options() [all...] |
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/ |
H A D | test_sockmap.c | 79 int txmsg_start_pop; variable 109 {"txmsg_start_pop", required_argument, NULL, 'w'}, 174 txmsg_start_pop = txmsg_pop = 0; in test_reset() 747 iov_buf -= (txmsg_pop - txmsg_start_pop + 1); in sendmsg_test() 1090 if (txmsg_start_pop) { in run_options() 1093 &i, &txmsg_start_pop, BPF_ANY); in run_options() 1096 "ERROR: bpf_map_update_elem %i@%i (txmsg_start_pop): %d (%s)\n", in run_options() 1097 txmsg_start_pop, i, err, strerror(errno)); in run_options() 1103 &i, &txmsg_start_pop, BPF_ANY); in run_options() 1315 if (txmsg_start_pop) { in test_options() [all...] |
Completed in 5 milliseconds