Home
last modified time | relevance | path

Searched refs:ovs_vxlan_netdev_vport_ops (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/net/openvswitch/
H A Dvport-vxlan.c20 static struct vport_ops ovs_vxlan_netdev_vport_ops; variable
100 vport = ovs_vport_alloc(0, &ovs_vxlan_netdev_vport_ops, parms); in vxlan_tnl_create()
146 static struct vport_ops ovs_vxlan_netdev_vport_ops = { variable
156 return ovs_vport_ops_register(&ovs_vxlan_netdev_vport_ops); in ovs_vxlan_tnl_init()
161 ovs_vport_ops_unregister(&ovs_vxlan_netdev_vport_ops); in ovs_vxlan_tnl_exit()