Searched refs:test_xdp_context_error (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | xdp_context_test_run.c | 6 void test_xdp_context_error(int prog_fd, struct bpf_test_run_opts opts, in test_xdp_context_error() function 74 test_xdp_context_error(prog_fd, opts, 0, 1, sizeof(data), 0, 0, 0); in test_xdp_context_test_run() 77 test_xdp_context_error(prog_fd, opts, 4, sizeof(__u32), sizeof(data), in test_xdp_context_test_run() 81 test_xdp_context_error(prog_fd, opts, 0, 36, sizeof(data), 0, 0, 0); in test_xdp_context_test_run() 84 test_xdp_context_error(prog_fd, opts, 0, sizeof(__u32), in test_xdp_context_test_run() 86 test_xdp_context_error(prog_fd, opts, 0, sizeof(__u32), in test_xdp_context_test_run() 90 test_xdp_context_error(prog_fd, opts, 0, sizeof(__u32), sizeof(data), in test_xdp_context_test_run() 97 test_xdp_context_error(prog_fd, opts, 0, sizeof(__u32), sizeof(data), in test_xdp_context_test_run() 101 test_xdp_context_error(prog_fd, opts, 0, sizeof(__u32), sizeof(data), in test_xdp_context_test_run()
|