Searched refs:txmsg_start_push (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/ |
H A D | test_sockmap.c | 77 int txmsg_start_push; variable 107 {"txmsg_start_push", required_argument, NULL, 'p'}, 175 txmsg_start_push = txmsg_end_push = 0; in test_reset() 1066 if (txmsg_start_push) { in run_options() 1069 &i, &txmsg_start_push, BPF_ANY); in run_options() 1072 "ERROR: bpf_map_update_elem (txmsg_start_push): %d (%s)\n", in run_options() 1605 txmsg_start_push = 1; in test_txmsg_push() 1610 txmsg_start_push = 4096; in test_txmsg_push() 1616 txmsg_start_push = 1; in test_txmsg_push() 1623 txmsg_start_push in test_txmsg_push() [all...] |
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/ |
H A D | test_sockmap.c | 75 int txmsg_start_push; variable 105 {"txmsg_start_push", required_argument, NULL, 'p'}, 175 txmsg_start_push = txmsg_end_push = 0; in test_reset() 1110 if (txmsg_start_push) { in run_options() 1113 &i, &txmsg_start_push, BPF_ANY); in run_options() 1116 "ERROR: bpf_map_update_elem (txmsg_start_push): %d (%s)\n", in run_options() 1657 txmsg_start_push = 1; in test_txmsg_push() 1662 txmsg_start_push = 4096; in test_txmsg_push() 1668 txmsg_start_push = 1; in test_txmsg_push() 1675 txmsg_start_push in test_txmsg_push() [all...] |
Completed in 5 milliseconds