Network Drop Monitor: Add trace declaration for skb frees
[safe/jmp/linux-2.6] / include / trace / skb.h
1 #ifndef _TRACE_SKB_H_
2 #define _TRACE_SKB_H_
3
4 DECLARE_TRACE(kfree_skb,
5         TPPROTO(struct sk_buff *skb, void *location),
6         TPARGS(skb, location));
7
8 #endif