Lines Matching defs:vport
113 struct vport *vport; in ovs_vport_locate() local
137 struct vport *vport; in ovs_vport_alloc() local
180 void ovs_vport_free(struct vport *vport) in ovs_vport_free()
213 struct vport *vport; in ovs_vport_add() local
257 int ovs_vport_set_options(struct vport *vport, struct nlattr *options) in ovs_vport_set_options()
272 void ovs_vport_del(struct vport *vport) in ovs_vport_del()
291 void ovs_vport_get_stats(struct vport *vport, struct ovs_vport_stats *stats) in ovs_vport_get_stats()
346 int ovs_vport_get_options(const struct vport *vport, struct sk_buff *skb) in ovs_vport_get_options()
381 int ovs_vport_set_upcall_portids(struct vport *vport, const struct nlattr *ids) in ovs_vport_set_upcall_portids()
420 int ovs_vport_get_upcall_portids(const struct vport *vport, in ovs_vport_get_upcall_portids()
445 u32 ovs_vport_find_upcall_portid(const struct vport *vport, struct sk_buff *skb) in ovs_vport_find_upcall_portid()
471 void ovs_vport_receive(struct vport *vport, struct sk_buff *skb, in ovs_vport_receive()
506 int ovs_vport_send(struct vport *vport, struct sk_buff *skb) in ovs_vport_send()
536 static void ovs_vport_record_error(struct vport *vport, in ovs_vport_record_error()
561 struct vport *vport = container_of(rcu, struct vport, rcu); in free_vport_rcu() local
566 void ovs_vport_deferred_free(struct vport *vport) in ovs_vport_deferred_free()
619 int ovs_vport_get_egress_tun_info(struct vport *vport, struct sk_buff *skb, in ovs_vport_get_egress_tun_info()