Searched refs:txmsg_start (Results 1 – 1 of 1) sorted by relevance
/linux/tools/testing/selftests/bpf/ |
H A D | test_sockmap.c | 76 int txmsg_start; variable 110 {"txmsg_start", required_argument, NULL, 's'}, 180 txmsg_start = txmsg_end = 0; in test_reset() 1181 if (txmsg_start) { in run_options() 1183 &i, &txmsg_start, BPF_ANY); in run_options() 1186 "ERROR: bpf_map_update_elem (txmsg_start): %d (%s)\n", in run_options() 1443 if (txmsg_start) { in test_options() 1444 snprintf(tstr, OPTSTRING, "start %d,", txmsg_start); in test_options() 1688 txmsg_start = 1; in test_txmsg_pull() 1694 txmsg_start in test_txmsg_pull() [all...] |