Searched refs:test_xdp_context_error (Results 1 – 1 of 1) sorted by relevance
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | xdp_context_test_run.c | 23 void test_xdp_context_error(int prog_fd, struct bpf_test_run_opts opts, in test_xdp_context_error() function 92 test_xdp_context_error(prog_fd, opts, 0, 1, sizeof(data), 0, 0, 0); in test_xdp_context_test_run() 95 test_xdp_context_error(prog_fd, opts, 4, sizeof(__u32), sizeof(data), in test_xdp_context_test_run() 99 test_xdp_context_error(prog_fd, opts, 0, sizeof(__u32), in test_xdp_context_test_run() 103 test_xdp_context_error(prog_fd, opts, 0, sizeof(__u32), sizeof(data), in test_xdp_context_test_run() 110 test_xdp_context_error(prog_fd, opts, 0, sizeof(__u32), sizeof(data), in test_xdp_context_test_run() 114 test_xdp_context_error(prog_fd, opts, 0, sizeof(__u32), sizeof(data), in test_xdp_context_test_run() 124 test_xdp_context_error(prog_fd, opts, 0, 217, sizeof(large_data), 0, 0, 0); in test_xdp_context_test_run() 125 test_xdp_context_error(prog_fd, opts, 0, 220, sizeof(large_data), 0, 0, 0); in test_xdp_context_test_run()
|