Lines Matching refs:remote_ifindex
320 if (rdst->remote_ifindex && in vxlan_fdb_info()
321 nla_put_u32(skb, NDA_IFINDEX, rdst->remote_ifindex)) in vxlan_fdb_info()
463 rd->remote_ifindex == ifindex) in vxlan_fdb_find_rdst()
486 rd->remote_ifindex = ifindex; in vxlan_fdb_replace()
507 rd->remote_ifindex = ifindex; in vxlan_fdb_append()
1025 if (vxlan->default_dst.remote_ifindex != in vxlan_group_used()
1026 dev->default_dst.remote_ifindex) in vxlan_group_used()
1068 int ifindex = vxlan->default_dst.remote_ifindex; in vxlan_igmp_join()
1099 int ifindex = vxlan->default_dst.remote_ifindex; in vxlan_igmp_leave()
2008 fl4.flowi4_oif = rdst ? rdst->remote_ifindex : 0; in vxlan_xmit_one()
2070 rdst ? rdst->remote_ifindex : 0, in vxlan_xmit_one()
2400 dst->remote_ifindex); in vxlan_change_mtu()
2799 if (conf->remote_ifindex) { in vxlan_dev_configure()
2800 lowerdev = __dev_get_by_index(src_net, conf->remote_ifindex); in vxlan_dev_configure()
2801 dst->remote_ifindex = conf->remote_ifindex; in vxlan_dev_configure()
2804 pr_info("ifindex %d does not exist\n", dst->remote_ifindex); in vxlan_dev_configure()
2864 vxlan->default_dst.remote_ifindex, in vxlan_dev_configure()
2939 conf.remote_ifindex = nla_get_u32(data[IFLA_VXLAN_LINK]); in vxlan_newlink()
3013 pr_info("ifindex %d does not exist\n", conf.remote_ifindex); in vxlan_newlink()
3096 if (dst->remote_ifindex && nla_put_u32(skb, IFLA_VXLAN_LINK, dst->remote_ifindex)) in vxlan_fill_info()
3194 if (dst->remote_ifindex == dev->ifindex) in vxlan_handle_lowerdev_unregister()