Symbol: vport_ops
net/openvswitch/vport-geneve.c
117
static struct vport_ops ovs_geneve_vport_ops = {
net/openvswitch/vport-geneve.c
27
static struct vport_ops ovs_geneve_vport_ops;
net/openvswitch/vport-gre.c
37
static struct vport_ops ovs_gre_vport_ops;
net/openvswitch/vport-gre.c
81
static struct vport_ops ovs_gre_vport_ops = {
net/openvswitch/vport-internal_dev.c
208
static struct vport_ops ovs_internal_vport_ops = {
net/openvswitch/vport-internal_dev.c
25
static struct vport_ops ovs_internal_vport_ops;
net/openvswitch/vport-netdev.c
215
static struct vport_ops ovs_netdev_vport_ops = {
net/openvswitch/vport-netdev.c
26
static struct vport_ops ovs_netdev_vport_ops;
net/openvswitch/vport-vxlan.c
146
static struct vport_ops ovs_vxlan_netdev_vport_ops = {
net/openvswitch/vport-vxlan.c
20
static struct vport_ops ovs_vxlan_netdev_vport_ops;
net/openvswitch/vport.c
121
struct vport *ovs_vport_alloc(int priv_size, const struct vport_ops *ops,
net/openvswitch/vport.c
185
static struct vport_ops *ovs_vport_lookup(const struct vport_parms *parms)
net/openvswitch/vport.c
187
struct vport_ops *ops;
net/openvswitch/vport.c
206
struct vport_ops *ops;
net/openvswitch/vport.c
60
int __ovs_vport_ops_register(struct vport_ops *ops)
net/openvswitch/vport.c
63
struct vport_ops *o;
net/openvswitch/vport.c
78
void ovs_vport_ops_unregister(struct vport_ops *ops)
net/openvswitch/vport.h
161
struct vport *ovs_vport_alloc(int priv_size, const struct vport_ops *,
net/openvswitch/vport.h
208
int __ovs_vport_ops_register(struct vport_ops *ops);
net/openvswitch/vport.h
215
void ovs_vport_ops_unregister(struct vport_ops *ops);
net/openvswitch/vport.h
83
const struct vport_ops *ops;