Searched refs:vxlan (Results 1 – 4 of 4) sorted by relevance
24 struct vxlan_dev *vxlan = netdev_priv(vport->dev); in vxlan_get_options() local25 __be16 dst_port = vxlan->cfg.dst_port; in vxlan_get_options()30 if (vxlan->cfg.flags & VXLAN_F_GBP) { in vxlan_get_options()37 if (vxlan->cfg.flags & VXLAN_F_GBP && in vxlan_get_options()
25 obj-$(CONFIG_OPENVSWITCH_VXLAN)+= vport-vxlan.o
63 If you say Y here, then the Open vSwitch will be able create vxlan vport.
173 struct vxlan_metadata vxlan; member271 opts->u.vxlan.gbp = ntohl(nla_get_be32(tb[NFTA_TUNNEL_KEY_VXLAN_GBP])); in nft_tunnel_obj_vxlan_init()595 htonl(opts->u.vxlan.gbp))) in nft_tunnel_opts_dump()
Completed in 6 milliseconds