Home
last modified time | relevance | path

Searched refs:bad_ctx (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dxdp_context_test_run.c32 char bad_ctx[sizeof(struct xdp_md) + 1]; in test_xdp_context_test_run() local
49 bad_ctx[sizeof(bad_ctx) - 1] = 1; in test_xdp_context_test_run()
50 opts.ctx_in = bad_ctx; in test_xdp_context_test_run()
51 opts.ctx_size_in = sizeof(bad_ctx); in test_xdp_context_test_run()