Searched refs:txmsg_start (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/ |
H A D | test_sockmap.c | 75 int txmsg_start; variable 105 {"txmsg_start", required_argument, NULL, 's'}, 173 txmsg_start = txmsg_end = 0; in test_reset() 1043 if (txmsg_start) { in run_options() 1045 &i, &txmsg_start, BPF_ANY); in run_options() 1048 "ERROR: bpf_map_update_elem (txmsg_start): %d (%s)\n", in run_options() 1307 if (txmsg_start) { in test_options() 1308 snprintf(tstr, OPTSTRING, "start %d,", txmsg_start); in test_options() 1539 txmsg_start = 1; in test_txmsg_pull() 1544 txmsg_start in test_txmsg_pull() [all...] |
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/ |
H A D | test_sockmap.c | 73 int txmsg_start; variable 103 {"txmsg_start", required_argument, NULL, 's'}, 173 txmsg_start = txmsg_end = 0; in test_reset() 1087 if (txmsg_start) { in run_options() 1089 &i, &txmsg_start, BPF_ANY); in run_options() 1092 "ERROR: bpf_map_update_elem (txmsg_start): %d (%s)\n", in run_options() 1351 if (txmsg_start) { in test_options() 1352 snprintf(tstr, OPTSTRING, "start %d,", txmsg_start); in test_options() 1591 txmsg_start = 1; in test_txmsg_pull() 1596 txmsg_start in test_txmsg_pull() [all...] |
Completed in 5 milliseconds