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

NAME

6       skb_orphan - orphan a buffer
7

SYNOPSIS

9       void skb_orphan(struct sk_buff * skb);
10

ARGUMENTS

12       skb
13           buffer to orphan
14

DESCRIPTION

16       If a buffer currently has an owner then we call the owner's destructor
17       function and make the skb unowned. The buffer continues to exist but is
18       no longer charged to its former owner.
19
21Kernel Hackers Manual 3.10         June 2019                     SKB_ORPHAN(9)
Impressum