input_vport       218 net/openvswitch/datapath.c 	const struct vport *p = OVS_CB(skb)->input_vport;
input_vport       543 net/openvswitch/datapath.c 	struct vport *input_vport;
input_vport       596 net/openvswitch/datapath.c 	input_vport = ovs_vport_rcu(dp, flow->key.phy.in_port);
input_vport       597 net/openvswitch/datapath.c 	if (!input_vport)
input_vport       598 net/openvswitch/datapath.c 		input_vport = ovs_vport_rcu(dp, OVSP_LOCAL);
input_vport       600 net/openvswitch/datapath.c 	if (!input_vport)
input_vport       603 net/openvswitch/datapath.c 	packet->dev = input_vport->dev;
input_vport       604 net/openvswitch/datapath.c 	OVS_CB(packet)->input_vport = input_vport;
input_vport        98 net/openvswitch/datapath.h 	struct vport		*input_vport;
input_vport       873 net/openvswitch/flow.c 	key->phy.in_port = OVS_CB(skb)->input_vport->port_no;
input_vport       430 net/openvswitch/vport.c 	OVS_CB(skb)->input_vport = vport;