Searched refs:test_xdp_context_error (Results 1 – 1 of 1) sorted by relevance
/linux-6.14.4/tools/testing/selftests/bpf/prog_tests/ |
D | xdp_context_test_run.c | 14 void test_xdp_context_error(int prog_fd, struct bpf_test_run_opts opts, in test_xdp_context_error() function 82 test_xdp_context_error(prog_fd, opts, 0, 1, sizeof(data), 0, 0, 0); in test_xdp_context_test_run() 85 test_xdp_context_error(prog_fd, opts, 4, sizeof(__u32), sizeof(data), in test_xdp_context_test_run() 89 test_xdp_context_error(prog_fd, opts, 0, 256, sizeof(data), 0, 0, 0); in test_xdp_context_test_run() 92 test_xdp_context_error(prog_fd, opts, 0, sizeof(__u32), in test_xdp_context_test_run() 94 test_xdp_context_error(prog_fd, opts, 0, sizeof(__u32), in test_xdp_context_test_run() 98 test_xdp_context_error(prog_fd, opts, 0, sizeof(__u32), sizeof(data), in test_xdp_context_test_run() 105 test_xdp_context_error(prog_fd, opts, 0, sizeof(__u32), sizeof(data), in test_xdp_context_test_run() 109 test_xdp_context_error(prog_fd, opts, 0, sizeof(__u32), sizeof(data), in test_xdp_context_test_run()
|