Searched refs:ovs_dp_process_packet (Results 1 – 4 of 4) sorted by relevance
256 void ovs_dp_process_packet(struct sk_buff *skb, struct sw_flow_key *key);
454 ovs_dp_process_packet(skb, &key); in ovs_vport_receive()
1525 ovs_dp_process_packet(skb, clone); in clone_execute()1575 ovs_dp_process_packet(skb, key); in process_deferred_actions()
224 void ovs_dp_process_packet(struct sk_buff *skb, struct sw_flow_key *key) in ovs_dp_process_packet() function