Home
last modified time | relevance | path

Searched refs:input_vport (Results 1 – 5 of 5) sorted by relevance

/linux-6.12.1/net/openvswitch/
Ddatapath.c217 struct vport *p = OVS_CB(skb)->input_vport; in ovs_vport_update_upcall_stats()
247 const struct vport *p = OVS_CB(skb)->input_vport; in ovs_dp_process_packet()
600 struct vport *input_vport; in ovs_packet_cmd_execute() local
662 input_vport = ovs_vport_rcu(dp, flow->key.phy.in_port); in ovs_packet_cmd_execute()
663 if (!input_vport) in ovs_packet_cmd_execute()
664 input_vport = ovs_vport_rcu(dp, OVSP_LOCAL); in ovs_packet_cmd_execute()
666 if (!input_vport) in ovs_packet_cmd_execute()
669 packet->dev = input_vport->dev; in ovs_packet_cmd_execute()
670 OVS_CB(packet)->input_vport = input_vport; in ovs_packet_cmd_execute()
Ddatapath.h122 struct vport *input_vport; member
Dvport.c500 OVS_CB(skb)->input_vport = vport; in ovs_vport_receive()
Dflow.c1034 key->phy.in_port = OVS_CB(skb)->input_vport->port_no; in ovs_flow_key_extract()
Dactions.c1345 md.in_ifindex = OVS_CB(skb)->input_vport->dev->ifindex; in execute_psample()