SYNOPSIS
- void skb_recycle(struct sk_buff * skb);
ARGUMENTS
skb
-
- buffer
DESCRIPTION
Recycles the skb to be reused as a receive buffer. This function does any necessary reference count dropping, and cleans up the skbuff as if it just came from __alloc_skb.
COPYRIGHT