vport_ops
static struct vport_ops ovs_geneve_vport_ops = {
static struct vport_ops ovs_geneve_vport_ops;
static struct vport_ops ovs_gre_vport_ops;
static struct vport_ops ovs_gre_vport_ops = {
static struct vport_ops ovs_internal_vport_ops = {
static struct vport_ops ovs_internal_vport_ops;
static struct vport_ops ovs_netdev_vport_ops = {
static struct vport_ops ovs_netdev_vport_ops;
static struct vport_ops ovs_vxlan_netdev_vport_ops = {
static struct vport_ops ovs_vxlan_netdev_vport_ops;
struct vport *ovs_vport_alloc(int priv_size, const struct vport_ops *ops,
static struct vport_ops *ovs_vport_lookup(const struct vport_parms *parms)
struct vport_ops *ops;
struct vport_ops *ops;
int __ovs_vport_ops_register(struct vport_ops *ops)
struct vport_ops *o;
void ovs_vport_ops_unregister(struct vport_ops *ops)
struct vport *ovs_vport_alloc(int priv_size, const struct vport_ops *,
int __ovs_vport_ops_register(struct vport_ops *ops);
void ovs_vport_ops_unregister(struct vport_ops *ops);
const struct vport_ops *ops;