Searched refs:ovs_dp_upcall (Results 1 - 3 of 3) sorted by relevance
/linux-4.1.27/net/openvswitch/ |
H A D | datapath.h | 185 int ovs_dp_upcall(struct datapath *, struct sk_buff *,
|
H A D | datapath.c | 279 error = ovs_dp_upcall(dp, skb, key, &upcall); ovs_dp_process_packet() 302 int ovs_dp_upcall(struct datapath *dp, struct sk_buff *skb, ovs_dp_upcall() function
|
H A D | actions.c | 653 return ovs_dp_upcall(dp, skb, key, &upcall); output_userspace()
|
Completed in 57 milliseconds