skb_orphan_frags(9) centos man page | unix.com

Man Page: skb_orphan_frags

Operating Environment: centos

Section: 9

SKB_ORPHAN_FRAGS(9)						 Linux Networking					       SKB_ORPHAN_FRAGS(9)

NAME
skb_orphan_frags - orphan the frags contained in a buffer
SYNOPSIS
int skb_orphan_frags(struct sk_buff * skb, gfp_t gfp_mask);
ARGUMENTS
skb buffer to orphan frags from gfp_mask allocation mask for replacement pages
DESCRIPTION
For each frag in the SKB which needs a destructor (i.e. has an owner) create a copy of that frag and release the original page by calling the destructor.
COPYRIGHT
Kernel Hackers Manual 3.10 June 2014 SKB_ORPHAN_FRAGS(9)
Related Man Pages
call_usermodehelper_setup(9) - centos
bio_alloc_bioset(9) - centos
cfg80211_testmode_alloc_reply_skb(9) - centos
wimax_msg_alloc(9) - centos
blk_make_request(9) - suse
Similar Topics in the Unix Linux Community
Weird 'find' results
Tar Command
CentOS 6 ran out of space, need to reclaim it
Controlling user input
[TIP] Processing YAML files with yq