Lines Matching refs:input_vport
217 struct vport *p = OVS_CB(skb)->input_vport;
248 const struct vport *p = OVS_CB(skb)->input_vport;
620 struct vport *input_vport;
685 input_vport = ovs_vport_rcu(dp, flow->key.phy.in_port);
686 if (!input_vport)
687 input_vport = ovs_vport_rcu(dp, OVSP_LOCAL);
689 if (!input_vport)
692 packet->dev = input_vport->dev;
693 OVS_CB(packet)->input_vport = input_vport;