]> Pileus Git - ~andy/linux/blob - include/trace/skb.h
Network Drop Monitor: Add trace declaration for skb frees
[~andy/linux] / 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