repo.or.cz
/
linux-2.6
/
verdex.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
i2c: Deprecate client_register and client_unregister methods
[linux-2.6/verdex.git]
/
include
/
trace
/
skb.h
blob
b66206d9be7297e196884f0c8995b7693e3363bb
1
#ifndef _TRACE_SKB_H_
2
#define _TRACE_SKB_H_
3
4
#include <linux/skbuff.h>
5
#include <linux/tracepoint.h>
6
7
DECLARE_TRACE
(
kfree_skb
,
8
TP_PROTO
(
struct
sk_buff
*
skb
,
void
*
location
),
9
TP_ARGS
(
skb
,
location
));
10
11
#endif