1__KFREE_SKB(9)                 Linux Networking                 __KFREE_SKB(9)
2
3
4

NAME

6       __kfree_skb - private function
7

SYNOPSIS

9       void __kfree_skb(struct sk_buff * skb);
10

ARGUMENTS

12       skb
13           buffer
14

DESCRIPTION

16       Free an sk_buff. Release anything attached to the buffer. Clean the
17       state. This is an internal helper function. Users should always call
18       kfree_skb
19
21Kernel Hackers Manual 3.10         June 2019                    __KFREE_SKB(9)
Impressum