udp_tun_rx_dst
tun_dst = udp_tun_rx_dst(skb, family, key, 0, 0);
tun_dst = udp_tun_rx_dst(skb, geneve_get_sk_family(gs), flags,
tun_dst = udp_tun_rx_dst(skb, sk->sk_family, flags, 0,
tun_dst = udp_tun_rx_dst(skb, vxlan_get_sk_family(vs), flags,
struct metadata_dst *udp_tun_rx_dst(struct sk_buff *skb, unsigned short family,
EXPORT_SYMBOL_GPL(udp_tun_rx_dst);