Searched defs:vport_ops (Results 1 – 2 of 2) sorted by relevance
144440 struct vport_ops { struct144441 enum ovs_vport_type type;144442 struct vport * (*create)(const struct vport_parms *);144443 void (*destroy)(struct vport *);144444 int (*set_options)(struct vport *, struct nlattr *);144445 int (*get_options)(const struct vport *, struct sk_buff *);144446 int (*send)(struct sk_buff *);144447 struct module *owner;144448 struct list_head list;