c
22         struct sk_buff *tmp = *buf;
23         *buf = NULL;
24         kfree_skb(tmp);
