projects
/
linux-2.6
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
[ARM] Add cmpxchg support for ARMv6+ systems (v5)
[linux-2.6]
/
include
/
trace
/
skb.h
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