pskb_copy(9) suse man page | unix.com

Man Page: pskb_copy

Operating Environment: suse

Section: 9

PSKB_COPY(9)							 Linux Networking						      PSKB_COPY(9)

NAME
pskb_copy - create copy of an sk_buff with private head.
SYNOPSIS
struct sk_buff * pskb_copy(struct sk_buff * skb, gfp_t gfp_mask);
ARGUMENTS
skb buffer to copy gfp_mask allocation priority
DESCRIPTION
Make a copy of both an sk_buff and part of its data, located in header. Fragmented data remain shared. This is used when the caller wishes to modify only header of sk_buff and needs private copy of the header to alter. Returns NULL on failure or the pointer to the buffer on success. The returned buffer has a reference count of 1.
COPYRIGHT
Kernel Hackers Manual 2.6. July 2010 PSKB_COPY(9)
Related Man Pages
wimax_msg_alloc(9) - suse
cfg80211_testmode_alloc_reply_skb(9) - centos
blk_make_request(9) - suse
journal_try_to_free_buffers(9) - suse
struct_sk_buff(9) - suse
Similar Topics in the Unix Linux Community
Grant unprivileged user rights to see the output of echo|format but not modify disks
Migrating to UNIX
Update kernel Linux without reboot?!
The Future of the PM (Private Message) System at UNIX.com
32 bit process addressing more than 4GB