Searched refs:ovs_vport_receive (Results 1 - 7 of 7) sorted by relevance

/net/openvswitch/
H A Dvport.h209 void ovs_vport_receive(struct vport *, struct sk_buff *,
H A Dvport-geneve.c100 ovs_vport_receive(vport, skb, &tun_info);
H A Dvport-gre.c111 ovs_vport_receive(vport, skb, &tun_info);
H A Dvport-internal_dev.c71 ovs_vport_receive(internal_dev_priv(netdev)->vport, skb, NULL);
H A Dvport-netdev.c55 ovs_vport_receive(vport, skb, NULL);
H A Dvport-vxlan.c71 ovs_vport_receive(vport, skb, &tun_info);
H A Dvport.c428 * ovs_vport_receive - pass up received packet to the datapath for processing
437 void ovs_vport_receive(struct vport *vport, struct sk_buff *skb, function

Completed in 154 milliseconds