Searched refs:local_ip_map_fd (Results 1 – 1 of 1) sorted by relevance
620 int local_ip_map_fd = -1; in test_vxlan_tunnel() local656 local_ip_map_fd = bpf_map__fd(skel->maps.local_ip_map); in test_vxlan_tunnel()657 if (!ASSERT_GE(local_ip_map_fd, 0, "bpf_map__fd")) in test_vxlan_tunnel()660 err = bpf_map_update_elem(local_ip_map_fd, &key, &local_ip, BPF_ANY); in test_vxlan_tunnel()670 if (local_ip_map_fd >= 0) in test_vxlan_tunnel()671 close(local_ip_map_fd); in test_vxlan_tunnel()680 int local_ip_map_fd = -1; in test_ip6vxlan_tunnel() local711 local_ip_map_fd = bpf_map__fd(skel->maps.local_ip_map); in test_ip6vxlan_tunnel()712 if (!ASSERT_GE(local_ip_map_fd, 0, "get local_ip_map fd")) in test_ip6vxlan_tunnel()725 if (local_ip_map_fd >= 0) in test_ip6vxlan_tunnel()[all …]