1SKB_ORPHAN(9) Linux Networking SKB_ORPHAN(9)
23
4
NAME
6skb_orphan - orphan a buffer
7
SYNOPSIS
9void skb_orphan(struct sk_buff * skb);
10
ARGUMENTS
12skb
13buffer to orphan
14
DESCRIPTION
16If a buffer currently has an owner then we call the owner's destructor
17function and make the skb unowned. The buffer continues to exist but is
18no longer charged to its former owner.
19
COPYRIGHT
21Kernel Hackers Manual 3.10 June 2019 SKB_ORPHAN(9)