Searched refs:ovs_dp_upcall (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/net/openvswitch/ |
H A D | datapath.h | 242 int ovs_dp_upcall(struct datapath *, struct sk_buff *,
|
H A D | datapath.c | 243 error = ovs_dp_upcall(dp, skb, key, &upcall, 0); in ovs_dp_process_packet() 277 int ovs_dp_upcall(struct datapath *dp, struct sk_buff *skb, in ovs_dp_upcall() function
|
H A D | actions.c | 991 return ovs_dp_upcall(dp, skb, key, &upcall, cutlen); in output_userspace()
|
/kernel/linux/linux-6.6/net/openvswitch/ |
H A D | datapath.h | 258 int ovs_dp_upcall(struct datapath *, struct sk_buff *,
|
H A D | openvswitch_trace.h | 82 TRACE_EVENT(ovs_dp_upcall,
|
H A D | datapath.c | 276 error = ovs_dp_upcall(dp, skb, key, &upcall, 0); in ovs_dp_process_packet() 310 int ovs_dp_upcall(struct datapath *dp, struct sk_buff *skb, in ovs_dp_upcall() function
|
H A D | actions.c | 1003 return ovs_dp_upcall(dp, skb, key, &upcall, cutlen); in output_userspace()
|
Completed in 12 milliseconds