Home
last modified time | relevance | path

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

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