table of contents
other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
__KFREE_SKB(9) | Linux Networking | __KFREE_SKB(9) |
NAME¶
__kfree_skb - private functionSYNOPSIS¶
void
__kfree_skb(struct sk_buff * skb);
ARGUMENTS¶
skbbuffer
DESCRIPTION¶
Free an sk_buff. Release anything attached to the buffer. Clean the state. This is an internal helper function. Users should always call kfree_skbCOPYRIGHT¶
February 2017 | Kernel Hackers Manual 3.16 |