Symbol: vport_parms
net/openvswitch/datapath.c
126
static struct vport *new_vport(const struct vport_parms *);
net/openvswitch/datapath.c
1813
struct vport_parms parms;
net/openvswitch/datapath.c
199
static struct vport *new_vport(const struct vport_parms *parms)
net/openvswitch/datapath.c
2285
struct vport_parms parms;
net/openvswitch/vport-geneve.c
106
static struct vport *geneve_create(const struct vport_parms *parms)
net/openvswitch/vport-geneve.c
51
static struct vport *geneve_tnl_create(const struct vport_parms *parms)
net/openvswitch/vport-gre.c
39
static struct vport *gre_tnl_create(const struct vport_parms *parms)
net/openvswitch/vport-gre.c
70
static struct vport *gre_create(const struct vport_parms *parms)
net/openvswitch/vport-internal_dev.c
123
static struct vport *internal_dev_create(const struct vport_parms *parms)
net/openvswitch/vport-netdev.c
132
static struct vport *netdev_create(const struct vport_parms *parms)
net/openvswitch/vport-vxlan.c
135
static struct vport *vxlan_create(const struct vport_parms *parms)
net/openvswitch/vport-vxlan.c
71
static struct vport *vxlan_tnl_create(const struct vport_parms *parms)
net/openvswitch/vport.c
122
const struct vport_parms *parms)
net/openvswitch/vport.c
185
static struct vport_ops *ovs_vport_lookup(const struct vport_parms *parms)
net/openvswitch/vport.c
204
struct vport *ovs_vport_add(const struct vport_parms *parms)
net/openvswitch/vport.h
137
struct vport *(*create)(const struct vport_parms *);
net/openvswitch/vport.h
162
const struct vport_parms *);
net/openvswitch/vport.h
21
struct vport_parms;
net/openvswitch/vport.h
28
struct vport *ovs_vport_add(const struct vport_parms *);