Lines Matching refs:tun_dst
1153 struct metadata_dst *tun_dst) in vxlan_rcv() argument
1193 if (tun_dst) { in vxlan_rcv()
1194 skb_dst_set(skb, (struct dst_entry *)tun_dst); in vxlan_rcv()
1195 tun_dst = NULL; in vxlan_rcv()
1238 if (tun_dst) in vxlan_rcv()
1239 dst_release((struct dst_entry *)tun_dst); in vxlan_rcv()
1248 struct metadata_dst *tun_dst = NULL; in vxlan_udp_encap_recv() local
1289 tun_dst = udp_tun_rx_dst(skb, vxlan_get_sk_family(vs), TUNNEL_KEY, in vxlan_udp_encap_recv()
1292 if (!tun_dst) in vxlan_udp_encap_recv()
1295 md = ip_tunnel_info_opts(&tun_dst->u.tun_info); in vxlan_udp_encap_recv()
1309 if (tun_dst) { in vxlan_udp_encap_recv()
1310 tun_dst->u.tun_info.key.tun_flags |= TUNNEL_VXLAN_OPT; in vxlan_udp_encap_recv()
1311 tun_dst->u.tun_info.options_len = sizeof(*md); in vxlan_udp_encap_recv()
1336 vxlan_rcv(vs, skb, md, vni >> 8, tun_dst); in vxlan_udp_encap_recv()