Searched refs:ovs_dp_process_packet (Results 1 – 4 of 4) sorted by relevance
258 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()
1489 ovs_dp_process_packet(skb, clone); in clone_execute()1539 ovs_dp_process_packet(skb, key); in process_deferred_actions()
223 void ovs_dp_process_packet(struct sk_buff *skb, struct sw_flow_key *key) in ovs_dp_process_packet() function