Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dtest_tunnel.c313 int set_src_prog_fd, get_src_prog_fd; in test_vxlan_tunnel() local
338 if (!ASSERT_GE(set_src_prog_fd, 0, "bpf_program__fd")) in test_vxlan_tunnel()
340 if (attach_tc_prog(&tc_hook, get_src_prog_fd, set_src_prog_fd)) in test_vxlan_tunnel()
397 int set_src_prog_fd, get_src_prog_fd; in test_ip6vxlan_tunnel() local
420 if (!ASSERT_GE(set_src_prog_fd, 0, "bpf_program__fd")) in test_ip6vxlan_tunnel()
424 if (attach_tc_prog(&tc_hook, get_src_prog_fd, set_src_prog_fd)) in test_ip6vxlan_tunnel()
469 int set_src_prog_fd, get_src_prog_fd; in test_ipip_tunnel() local
493 set_src_prog_fd = bpf_program__fd( in test_ipip_tunnel()
499 set_src_prog_fd = bpf_program__fd( in test_ipip_tunnel()
505 set_src_prog_fd = bpf_program__fd( in test_ipip_tunnel()
[all …]