Hi,
I saw this function invocation,
trace_kfree_skb(skb, __builtin_return_address(0));
so I grepped the source for "trace_kfree_skb", but I found no where it's defined.
Where's the definition for it?
Best,
Shiyao.