Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dxdp_bonding.c162 if (xdp_attach(skeletons, skeletons->xdp_dummy->progs.xdp_dummy_prog, "veth1_2")) in bonding_setup()
176 if (xdp_attach(skeletons, skeletons->xdp_dummy->progs.xdp_dummy_prog, "bond1")) in bonding_setup()
399 link = bpf_program__attach_xdp(skeletons->xdp_dummy->progs.xdp_dummy_prog, veth); in test_xdp_bonding_attach()
411 link = bpf_program__attach_xdp(skeletons->xdp_dummy->progs.xdp_dummy_prog, veth); in test_xdp_bonding_attach()
416 link2 = bpf_program__attach_xdp(skeletons->xdp_dummy->progs.xdp_dummy_prog, bond); in test_xdp_bonding_attach()
424 link = bpf_program__attach_xdp(skeletons->xdp_dummy->progs.xdp_dummy_prog, bond); in test_xdp_bonding_attach()
429 link2 = bpf_program__attach_xdp(skeletons->xdp_dummy->progs.xdp_dummy_prog, veth); in test_xdp_bonding_attach()
446 link = bpf_program__attach_xdp(skeletons->xdp_dummy->progs.xdp_dummy_prog, bond); in test_xdp_bonding_attach()
486 link = bpf_program__attach_xdp(skeletons->xdp_dummy->progs.xdp_dummy_prog, bond); in test_xdp_bonding_nested()
547 link = bpf_program__attach_xdp(skeletons->xdp_dummy->progs.xdp_dummy_prog, in test_xdp_bonding_features()
H A Dxdp_cpumap_attach.c54 val.bpf_prog.fd = bpf_program__fd(skel->progs.xdp_dummy_prog); in test_xdp_with_cpumap_helpers()
H A Dxdp_devmap_attach.c56 val.bpf_prog.fd = bpf_program__fd(skel->progs.xdp_dummy_prog); in test_xdp_with_devmap_helpers()
H A Dfexit_bpf2bpf.c522 bpf_program__fd(tgt_skel->progs.xdp_dummy_prog), in test_func_replace_progmap()
/openbmc/linux/tools/testing/selftests/net/
H A Dxdp_dummy.c8 int xdp_dummy_prog(struct xdp_md *ctx) in xdp_dummy_prog() function
/openbmc/linux/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