Searched refs:ovs_dp_upcall (Results 1 – 4 of 4) sorted by relevance
| /Linux-v6.1/net/openvswitch/ |
| D | datapath.h | 258 int ovs_dp_upcall(struct datapath *, struct sk_buff *,
|
| D | openvswitch_trace.h | 82 TRACE_EVENT(ovs_dp_upcall,
|
| D | datapath.c | 254 error = ovs_dp_upcall(dp, skb, key, &upcall, 0); in ovs_dp_process_packet() 288 int ovs_dp_upcall(struct datapath *dp, struct sk_buff *skb, in ovs_dp_upcall() function
|
| D | actions.c | 998 return ovs_dp_upcall(dp, skb, key, &upcall, cutlen); in output_userspace()
|