table of contents
other versions
- stretch 4.9.168-1
__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¶
April 2019 | Kernel Hackers Manual 4.9. |