Lines Matching refs:default_dst
121 struct vxlan_rdst default_dst; /* default destination */ member
284 if (vxlan->default_dst.remote_vni == id) in vxlan_vs_find_vni()
351 if (rdst->remote_vni != vxlan->default_dst.remote_vni && in vxlan_fdb_info()
821 union vxlan_addr *remote = &vxlan->default_dst.remote_ip; in vxlan_fdb_parse()
846 *vni = vxlan->default_dst.remote_vni; in vxlan_fdb_parse()
890 if (vxlan->default_dst.remote_ip.sa.sa_family != ip.sa.sa_family) in vxlan_fdb_add()
1025 vxlan->default_dst.remote_vni, in vxlan_snoop()
1051 if (!vxlan_addr_equal(&vxlan->default_dst.remote_ip, in vxlan_group_used()
1052 &dev->default_dst.remote_ip)) in vxlan_group_used()
1055 if (vxlan->default_dst.remote_ifindex != in vxlan_group_used()
1056 dev->default_dst.remote_ifindex) in vxlan_group_used()
1090 union vxlan_addr *ip = &vxlan->default_dst.remote_ip; in vxlan_igmp_join()
1091 int ifindex = vxlan->default_dst.remote_ifindex; in vxlan_igmp_join()
1118 union vxlan_addr *ip = &vxlan->default_dst.remote_ip; in vxlan_igmp_leave()
1119 int ifindex = vxlan->default_dst.remote_ifindex; in vxlan_igmp_leave()
1272 remote_ip = &vxlan->default_dst.remote_ip; in vxlan_rcv()
1839 union vxlan_addr *remote_ip = &dst_vxlan->default_dst.remote_ip; in vxlan_encap_bypass()
2161 __u32 vni = vxlan->default_dst.remote_vni; in vxlan_vs_add_dev()
2213 if (vxlan_addr_multicast(&vxlan->default_dst.remote_ip)) { in vxlan_open()
2256 if (vxlan_addr_multicast(&vxlan->default_dst.remote_ip) && in vxlan_stop()
2276 struct vxlan_rdst *dst = &vxlan->default_dst; in vxlan_change_mtu()
2351 if (vxlan->default_dst.remote_ip.sa.sa_family == AF_INET6) in vxlan_setup()
2585 struct vxlan_rdst *dst = &vxlan->default_dst; in vxlan_newlink()
2718 if (tmp->default_dst.remote_vni == vni && in vxlan_newlink()
2719 (tmp->default_dst.remote_ip.sa.sa_family == AF_INET6 || in vxlan_newlink()
2730 if (!vxlan_addr_any(&vxlan->default_dst.remote_ip)) { in vxlan_newlink()
2732 &vxlan->default_dst.remote_ip, in vxlan_newlink()
2736 vxlan->default_dst.remote_vni, in vxlan_newlink()
2737 vxlan->default_dst.remote_ifindex, in vxlan_newlink()
2797 const struct vxlan_rdst *dst = &vxlan->default_dst; in vxlan_fill_info()
2908 struct vxlan_rdst *dst = &vxlan->default_dst; in vxlan_handle_lowerdev_unregister()