Home
last modified time | relevance | path

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

/linux-6.15/tools/testing/selftests/bpf/prog_tests/
H A Dtest_tunnel.c622 int set_dst_prog_fd; in test_vxlan_tunnel() local
642 set_dst_prog_fd = bpf_program__fd(skel->progs.veth_set_outer_dst); in test_vxlan_tunnel()
643 if (generic_attach_igr("veth1", set_dst_prog_fd)) in test_vxlan_tunnel()
650 set_dst_prog_fd = bpf_program__fd(skel->progs.vxlan_set_tunnel_dst); in test_vxlan_tunnel()
651 if (generic_attach_egr(VXLAN_TUNL_DEV0, set_dst_prog_fd)) in test_vxlan_tunnel()
682 int set_dst_prog_fd; in test_ip6vxlan_tunnel() local
705 set_dst_prog_fd = bpf_program__fd(skel->progs.ip6vxlan_set_tunnel_dst); in test_ip6vxlan_tunnel()
706 if (generic_attach_egr(IP6VXLAN_TUNL_DEV0, set_dst_prog_fd)) in test_ip6vxlan_tunnel()