Searched refs:ovs_dp_upcall (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.10/net/openvswitch/ |
| D | datapath.h | 242 int ovs_dp_upcall(struct datapath *, struct sk_buff *,
|
| D | datapath.c | 243 error = ovs_dp_upcall(dp, skb, key, &upcall, 0); in ovs_dp_process_packet() 270 int ovs_dp_upcall(struct datapath *dp, struct sk_buff *skb, in ovs_dp_upcall() function
|
| D | actions.c | 955 return ovs_dp_upcall(dp, skb, key, &upcall, cutlen); in output_userspace()
|