Home
last modified time | relevance | path

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

/Linux-v4.19/net/openvswitch/
Dvport-vxlan.c33 static struct vport_ops ovs_vxlan_netdev_vport_ops; variable
113 vport = ovs_vport_alloc(0, &ovs_vxlan_netdev_vport_ops, parms); in vxlan_tnl_create()
159 static struct vport_ops ovs_vxlan_netdev_vport_ops = { variable
169 return ovs_vport_ops_register(&ovs_vxlan_netdev_vport_ops); in ovs_vxlan_tnl_init()
174 ovs_vport_ops_unregister(&ovs_vxlan_netdev_vport_ops); in ovs_vxlan_tnl_exit()