table of contents
other versions
__KFREE_SKB(9) | Linux Networking | __KFREE_SKB(9) |
NAME¶
__kfree_skb - private functionSYNOPSIS¶
void __kfree_skb(struct sk_buff * skb);
ARGUMENTS¶
struct sk_buff * 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¶
September 2017 | Kernel Hackers Manual 4.12 |