Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_universal7904
/
478c6a43fcbc6c11609f8cee7c7b57223907754f
/
.
/
include
/
trace
/
skb.h
blob: a96610f92f6982cbf0ba05da182850d4c2326699 [
file
] [
log
] [
blame
]
#ifndef
_TRACE_SKB_H_
#define
_TRACE_SKB_H_
#include
<linux/skbuff.h>
#include
<linux/tracepoint.h>
DECLARE_TRACE
(
kfree_skb
,
TPPROTO
(
struct
sk_buff
*
skb
,
void
*
location
),
TPARGS
(
skb
,
location
));
#endif