Home
last modified time | relevance | path

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

/linux-6.15/tools/testing/selftests/bpf/prog_tests/
Dtest_tunnel.c621 int set_src_prog_fd, get_src_prog_fd; in test_vxlan_tunnel() local
637 set_src_prog_fd = bpf_program__fd(skel->progs.vxlan_set_tunnel_src); in test_vxlan_tunnel()
638 if (generic_attach(VXLAN_TUNL_DEV1, get_src_prog_fd, set_src_prog_fd)) in test_vxlan_tunnel()
681 int set_src_prog_fd, get_src_prog_fd; in test_ip6vxlan_tunnel() local
697 set_src_prog_fd = bpf_program__fd(skel->progs.ip6vxlan_set_tunnel_src); in test_ip6vxlan_tunnel()
698 if (generic_attach(IP6VXLAN_TUNL_DEV1, get_src_prog_fd, set_src_prog_fd)) in test_ip6vxlan_tunnel()
734 int set_src_prog_fd, get_src_prog_fd; in test_ipip_tunnel() local
751 set_src_prog_fd = bpf_program__fd( in test_ipip_tunnel()
757 set_src_prog_fd = bpf_program__fd( in test_ipip_tunnel()
763 set_src_prog_fd = bpf_program__fd( in test_ipip_tunnel()
[all …]