Home
last modified time | relevance | path

Searched defs:vport_ops (Results 1 – 2 of 2) sorted by relevance

/external/bcc/libbpf-tools/riscv/
Dvmlinux.h144440 struct vport_ops { struct
144441 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;
Dvmlinux_602.h144440 struct vport_ops { struct
144441 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;