Searched defs:input_vport (Results 1 - 2 of 2) sorted by relevance

/net/openvswitch/
H A Ddatapath.h100 * @input_vport: The original vport packet came in on. This value is cached
106 struct vport *input_vport; member in struct:ovs_skb_cb
H A Ddatapath.c243 const struct vport *p = OVS_CB(skb)->input_vport;
515 struct vport *input_vport; local
578 input_vport = ovs_vport_rcu(dp, flow->key.phy.in_port);
579 if (!input_vport)
580 input_vport = ovs_vport_rcu(dp, OVSP_LOCAL);
582 if (!input_vport)
585 OVS_CB(packet)->input_vport = input_vport;

Completed in 42 milliseconds