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

NAME

6       skb_orphan_frags - orphan the frags contained in a buffer
7

SYNOPSIS

9       int skb_orphan_frags(struct sk_buff * skb, gfp_t gfp_mask);
10

ARGUMENTS

12       skb
13           buffer to orphan frags from
14
15       gfp_mask
16           allocation mask for replacement pages
17

DESCRIPTION

19       For each frag in the SKB which needs a destructor (i.e. has an owner)
20       create a copy of that frag and release the original page by calling the
21       destructor.
22
24Kernel Hackers Manual 3.10         June 2019               SKB_ORPHAN_FRAGS(9)
Impressum