Searched refs:xdp_dummy_prog (Results 1 – 9 of 9) sorted by relevance
/linux-6.12.1/tools/testing/selftests/bpf/prog_tests/ |
D | xdp_bonding.c | 162 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()
|
D | test_xdp_veth.c | 84 remote_prog = skeletons->xdp_dummy->progs.xdp_dummy_prog; in attach_programs_to_veth_pair() 85 remote_link = &skeletons->xdp_dummy->links.xdp_dummy_prog; in attach_programs_to_veth_pair() 96 remote_prog = skeletons->xdp_dummy->progs.xdp_dummy_prog; in attach_programs_to_veth_pair() 97 remote_link = &skeletons->xdp_dummy->links.xdp_dummy_prog; in attach_programs_to_veth_pair()
|
D | xdp_devmap_attach.c | 80 val.bpf_prog.fd = bpf_program__fd(skel->progs.xdp_dummy_prog); in test_xdp_with_devmap_helpers() 203 dm_fd = bpf_program__fd(skel->progs.xdp_dummy_prog); in test_xdp_with_devmap_helpers_veth()
|
D | xdp_cpumap_attach.c | 54 val.bpf_prog.fd = bpf_program__fd(skel->progs.xdp_dummy_prog); in test_xdp_with_cpumap_helpers()
|
D | fexit_bpf2bpf.c | 544 bpf_program__fd(tgt_skel->progs.xdp_dummy_prog), in test_func_replace_progmap()
|
/linux-6.12.1/tools/testing/selftests/net/ |
D | xdp_dummy.bpf.c | 8 int xdp_dummy_prog(struct xdp_md *ctx) in xdp_dummy_prog() function
|
/linux-6.12.1/tools/testing/selftests/bpf/progs/ |
D | xdp_dummy.c | 8 int xdp_dummy_prog(struct xdp_md *ctx) in xdp_dummy_prog() function
|
D | test_xdp_with_cpumap_helpers.c | 22 int xdp_dummy_prog(struct xdp_md *ctx) in xdp_dummy_prog() function
|
D | test_xdp_with_devmap_helpers.c | 22 int xdp_dummy_prog(struct xdp_md *ctx) in xdp_dummy_prog() function
|