Searched refs:txmsg_end (Results 1 – 1 of 1) sorted by relevance
/linux/tools/testing/selftests/bpf/ |
H A D | test_sockmap.c | 77 int txmsg_end; variable 111 {"txmsg_end", required_argument, NULL, 'e'}, 180 txmsg_start = txmsg_end = 0; in test_reset() 1192 if (txmsg_end) { in run_options() 1195 &i, &txmsg_end, BPF_ANY); in run_options() 1198 "ERROR: bpf_map_update_elem (txmsg_end): %d (%s)\n", in run_options() 1447 if (txmsg_end) { in test_options() 1448 snprintf(tstr, OPTSTRING, "end %d,", txmsg_end); in test_options() 1689 txmsg_end = 2; in test_txmsg_pull() 1695 txmsg_end in test_txmsg_pull() [all...] |