blob: a96610f92f6982cbf0ba05da182850d4c2326699 [file] [log] [blame]
Neil Horman4893d392009-03-11 09:48:26 +00001#ifndef _TRACE_SKB_H_
2#define _TRACE_SKB_H_
3
Josh Stone5393f312009-03-24 09:44:28 +00004#include <linux/skbuff.h>
5#include <linux/tracepoint.h>
6
Neil Horman4893d392009-03-11 09:48:26 +00007DECLARE_TRACE(kfree_skb,
8 TPPROTO(struct sk_buff *skb, void *location),
9 TPARGS(skb, location));
10
11#endif