vport_ops          27 net/openvswitch/vport-geneve.c static struct vport_ops ovs_geneve_vport_ops;
vport_ops         117 net/openvswitch/vport-geneve.c static struct vport_ops ovs_geneve_vport_ops = {
vport_ops          37 net/openvswitch/vport-gre.c static struct vport_ops ovs_gre_vport_ops;
vport_ops          81 net/openvswitch/vport-gre.c static struct vport_ops ovs_gre_vport_ops = {
vport_ops          25 net/openvswitch/vport-internal_dev.c static struct vport_ops ovs_internal_vport_ops;
vport_ops         254 net/openvswitch/vport-internal_dev.c static struct vport_ops ovs_internal_vport_ops = {
vport_ops          26 net/openvswitch/vport-netdev.c static struct vport_ops ovs_netdev_vport_ops;
vport_ops         196 net/openvswitch/vport-netdev.c static struct vport_ops ovs_netdev_vport_ops = {
vport_ops          20 net/openvswitch/vport-vxlan.c static struct vport_ops ovs_vxlan_netdev_vport_ops;
vport_ops         146 net/openvswitch/vport-vxlan.c static struct vport_ops ovs_vxlan_netdev_vport_ops = {
vport_ops          61 net/openvswitch/vport.c int __ovs_vport_ops_register(struct vport_ops *ops)
vport_ops          64 net/openvswitch/vport.c 	struct vport_ops *o;
vport_ops          79 net/openvswitch/vport.c void ovs_vport_ops_unregister(struct vport_ops *ops)
vport_ops         118 net/openvswitch/vport.c struct vport *ovs_vport_alloc(int priv_size, const struct vport_ops *ops,
vport_ops         168 net/openvswitch/vport.c static struct vport_ops *ovs_vport_lookup(const struct vport_parms *parms)
vport_ops         170 net/openvswitch/vport.c 	struct vport_ops *ops;
vport_ops         189 net/openvswitch/vport.c 	struct vport_ops *ops;
vport_ops          78 net/openvswitch/vport.h 	const struct vport_ops *ops;
vport_ops         136 net/openvswitch/vport.h struct vport *ovs_vport_alloc(int priv_size, const struct vport_ops *,
vport_ops         179 net/openvswitch/vport.h int __ovs_vport_ops_register(struct vport_ops *ops);
vport_ops         186 net/openvswitch/vport.h void ovs_vport_ops_unregister(struct vport_ops *ops);