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);
519 ovs_dp_process_packet(skb, &key); in ovs_vport_receive()
1625 ovs_dp_process_packet(skb, clone); in clone_execute()1675 ovs_dp_process_packet(skb, key); in process_deferred_actions()
245 void ovs_dp_process_packet(struct sk_buff *skb, struct sw_flow_key *key) in ovs_dp_process_packet() function