Home
last modified time | relevance | path

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

/Linux-v5.10/tools/testing/selftests/bpf/progs/
Dxdp_dummy.c8 int xdp_dummy_prog(struct xdp_md *ctx) in xdp_dummy_prog() function
Dtest_xdp_with_cpumap_helpers.c22 int xdp_dummy_prog(struct xdp_md *ctx) in xdp_dummy_prog() function
Dtest_xdp_with_devmap_helpers.c22 int xdp_dummy_prog(struct xdp_md *ctx) in xdp_dummy_prog() function
/Linux-v5.10/tools/testing/selftests/bpf/prog_tests/
Dxdp_cpumap_attach.c57 val.bpf_prog.fd = bpf_program__fd(skel->progs.xdp_dummy_prog); in test_xdp_with_cpumap_helpers()
Dxdp_devmap_attach.c59 val.bpf_prog.fd = bpf_program__fd(skel->progs.xdp_dummy_prog); in test_xdp_with_devmap_helpers()