Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v2.6.30-rc7 11 lines 209 B view raw
1#ifndef _TRACE_SKB_H_ 2#define _TRACE_SKB_H_ 3 4#include <linux/skbuff.h> 5#include <linux/tracepoint.h> 6 7DECLARE_TRACE(kfree_skb, 8 TP_PROTO(struct sk_buff *skb, void *location), 9 TP_ARGS(skb, location)); 10 11#endif