Searched refs:vxlan (Results 1 – 10 of 10) sorted by relevance
/linux-4.1.27/drivers/net/ |
D | vxlan.c | 281 struct vxlan_dev *vxlan; in vxlan_vs_find_vni() local 283 hlist_for_each_entry_rcu(vxlan, vni_head(vs, id), hlist) { in vxlan_vs_find_vni() 284 if (vxlan->default_dst.remote_vni == id) in vxlan_vs_find_vni() 285 return vxlan; in vxlan_vs_find_vni() 306 static int vxlan_fdb_info(struct sk_buff *skb, struct vxlan_dev *vxlan, in vxlan_fdb_info() argument 333 ndm->ndm_ifindex = vxlan->dev->ifindex; in vxlan_fdb_info() 337 if (!net_eq(dev_net(vxlan->dev), vxlan->net) && in vxlan_fdb_info() 339 peernet2id(dev_net(vxlan->dev), vxlan->net))) in vxlan_fdb_info() 348 if (rdst->remote_port && rdst->remote_port != vxlan->dst_port && in vxlan_fdb_info() 351 if (rdst->remote_vni != vxlan->default_dst.remote_vni && in vxlan_fdb_info() [all …]
|
D | Makefile | 25 obj-$(CONFIG_VXLAN) += vxlan.o
|
D | Kconfig | 173 This allows one to create vxlan virtual interfaces that provide 177 http://tools.ietf.org/html/draft-mahalingam-dutt-dcops-vxlan-02 180 will be called vxlan.
|
/linux-4.1.27/Documentation/networking/ |
D | vxlan.txt | 19 The management of vxlan is done in a similar fashion to it's 24 1. Create vxlan device 25 # ip li add vxlan0 type vxlan id 42 group 239.1.1.1 dev eth1 31 2. Delete vxlan device 34 3. Show vxlan info 37 It is possible to create, destroy and display the vxlan
|
D | 00-INDEX | 225 vxlan.txt
|
/linux-4.1.27/net/openvswitch/ |
D | Makefile | 19 obj-$(CONFIG_OPENVSWITCH_VXLAN) += vport-vxlan.o
|
D | Kconfig | 53 If you say Y here, then the Open vSwitch will be able create vxlan vport.
|
/linux-4.1.27/drivers/net/ethernet/mellanox/mlx4/ |
D | mcg.c | 886 rule_hw->vxlan.vni = in parse_trans_rule() 887 cpu_to_be32(be32_to_cpu(spec->vxlan.vni) << 8); in parse_trans_rule() 888 rule_hw->vxlan.vni_mask = in parse_trans_rule() 889 cpu_to_be32(be32_to_cpu(spec->vxlan.vni_mask) << 8); in parse_trans_rule() 960 "VNID = %d ", be32_to_cpu(cur->vxlan.vni)); in mlx4_err_rule()
|
/linux-4.1.27/include/linux/mlx4/ |
D | device.h | 1178 struct mlx4_spec_vxlan vxlan; member 1285 struct mlx4_net_trans_rule_hw_vxlan vxlan; member
|
/linux-4.1.27/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_hsi.h | 3773 struct eth_classify_vxlan_cmd vxlan; member
|