Home
last modified time | relevance | path

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

/linux-6.14.4/tools/testing/selftests/bpf/prog_tests/
Dtest_tunnel.c405 int set_src_prog_fd, get_src_prog_fd; in test_vxlan_tunnel() local
426 get_src_prog_fd = bpf_program__fd(skel->progs.vxlan_get_tunnel_src); in test_vxlan_tunnel()
428 if (!ASSERT_GE(get_src_prog_fd, 0, "bpf_program__fd")) in test_vxlan_tunnel()
432 if (attach_tc_prog(&tc_hook, get_src_prog_fd, set_src_prog_fd)) in test_vxlan_tunnel()
489 int set_src_prog_fd, get_src_prog_fd; in test_ip6vxlan_tunnel() local
510 get_src_prog_fd = bpf_program__fd(skel->progs.ip6vxlan_get_tunnel_src); in test_ip6vxlan_tunnel()
514 if (!ASSERT_GE(get_src_prog_fd, 0, "bpf_program__fd")) in test_ip6vxlan_tunnel()
516 if (attach_tc_prog(&tc_hook, get_src_prog_fd, set_src_prog_fd)) in test_ip6vxlan_tunnel()
561 int set_src_prog_fd, get_src_prog_fd; in test_ipip_tunnel() local
583 get_src_prog_fd = bpf_program__fd( in test_ipip_tunnel()
[all …]