Home
last modified time | relevance | path

Searched refs:ovs_dp_upcall (Results 1 – 4 of 4) sorted by relevance

/linux/net/openvswitch/
H A Ddatapath.h261 int ovs_dp_upcall(struct datapath *, struct sk_buff *,
H A Dopenvswitch_trace.h82 TRACE_EVENT(ovs_dp_upcall,
H A Ddatapath.c275 error = ovs_dp_upcall(dp, skb, key, &upcall, 0); in ovs_dp_process_packet()
309 int ovs_dp_upcall(struct datapath *dp, struct sk_buff *skb, in ovs_dp_upcall() function
H A Dactions.c1027 return ovs_dp_upcall(dp, skb, key, &upcall, cutlen); in output_userspace()