KFREE_SKB
Section: Linux Networking (9)
Updated: February 2011
Index
Return to Main Contents
NAME
kfree_skb - free an sk_buff
SYNOPSIS
-
void kfree_skb(struct sk_buff * skb);
ARGUMENTS
skb
-
- buffer to free
DESCRIPTION
Drop a reference to the buffer and free it if the usage count has hit zero.
COPYRIGHT