Searched refs:test_xdp_context_error (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/tools/testing/selftests/bpf/prog_tests/ |
| H A D | xdp_context_test_run.c | 22 void test_xdp_context_error(int prog_fd, struct bpf_test_run_opts opts, in test_xdp_context_error() function 90 test_xdp_context_error(prog_fd, opts, 0, 1, sizeof(data), 0, 0, 0); in test_xdp_context_test_run() 93 test_xdp_context_error(prog_fd, opts, 4, sizeof(__u32), sizeof(data), in test_xdp_context_test_run() 97 test_xdp_context_error(prog_fd, opts, 0, 256, sizeof(data), 0, 0, 0); in test_xdp_context_test_run() 100 test_xdp_context_error(prog_fd, opts, 0, sizeof(__u32), in test_xdp_context_test_run() 102 test_xdp_context_error(prog_fd, opts, 0, sizeof(__u32), in test_xdp_context_test_run() 106 test_xdp_context_error(prog_fd, opts, 0, sizeof(__u32), sizeof(data), in test_xdp_context_test_run() 113 test_xdp_context_error(prog_fd, opts, 0, sizeof(__u32), sizeof(data), in test_xdp_context_test_run() 117 test_xdp_context_error(prog_fd, opts, 0, sizeof(__u32), sizeof(data), in test_xdp_context_test_run()
|