Lines Matching defs:input_vport
218 struct vport *p = OVS_CB(skb)->input_vport;
248 const struct vport *p = OVS_CB(skb)->input_vport;
601 struct vport *input_vport;
663 input_vport = ovs_vport_rcu(dp, flow->key.phy.in_port);
664 if (!input_vport)
665 input_vport = ovs_vport_rcu(dp, OVSP_LOCAL);
667 if (!input_vport)
670 packet->dev = input_vport->dev;
671 OVS_CB(packet)->input_vport = input_vport;