Searched refs:txmsg_end (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/ |
H A D | test_sockmap.c | 76 int txmsg_end; variable 106 {"txmsg_end", required_argument, NULL, 'e'}, 173 txmsg_start = txmsg_end = 0; in test_reset() 1054 if (txmsg_end) { in run_options() 1057 &i, &txmsg_end, BPF_ANY); in run_options() 1060 "ERROR: bpf_map_update_elem (txmsg_end): %d (%s)\n", in run_options() 1311 if (txmsg_end) { in test_options() 1312 snprintf(tstr, OPTSTRING, "end %d,", txmsg_end); in test_options() 1540 txmsg_end = 2; in test_txmsg_pull() 1545 txmsg_end in test_txmsg_pull() [all...] |
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/ |
H A D | test_sockmap.c | 74 int txmsg_end; variable 104 {"txmsg_end", required_argument, NULL, 'e'}, 173 txmsg_start = txmsg_end = 0; in test_reset() 1098 if (txmsg_end) { in run_options() 1101 &i, &txmsg_end, BPF_ANY); in run_options() 1104 "ERROR: bpf_map_update_elem (txmsg_end): %d (%s)\n", in run_options() 1355 if (txmsg_end) { in test_options() 1356 snprintf(tstr, OPTSTRING, "end %d,", txmsg_end); in test_options() 1592 txmsg_end = 2; in test_txmsg_pull() 1597 txmsg_end in test_txmsg_pull() [all...] |
Completed in 5 milliseconds