Searched refs:ovs_dp_upcall (Results 1 – 3 of 3) sorted by relevance
116 int ovs_dp_upcall(struct datapath *, struct sk_buff *,
304 return ovs_dp_upcall(dp, skb, &upcall); in output_userspace()
199 ovs_dp_upcall(dp, skb, &upcall); in ovs_dp_process_received_packet()226 int ovs_dp_upcall(struct datapath *dp, struct sk_buff *skb, in ovs_dp_upcall() function