suse man page for skb_unshare

Query: skb_unshare

OS: suse

Section: 9

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

SKB_UNSHARE(9)							 Linux Networking						    SKB_UNSHARE(9)

NAME
skb_unshare - make a copy of a shared buffer
SYNOPSIS
struct sk_buff * skb_unshare(struct sk_buff * skb, gfp_t pri);
ARGUMENTS
skb buffer to check pri priority for memory allocation
DESCRIPTION
If the socket buffer is a clone then this function creates a new copy of the data, drops a reference count on the old copy and returns the new copy with the reference count at 1. If the buffer is not a clone the original buffer is returned. When called with a spinlock held or from interrupt state pri must be GFP_ATOMIC NULL is returned on a memory allocation failure.
COPYRIGHT
Kernel Hackers Manual 2.6. July 2010 SKB_UNSHARE(9)
Related Man Pages
wimax_msg_alloc(9) - suse
cfg80211_testmode_alloc_reply_skb(9) - centos
esbbcall(9f) - sunos
esbbcall(9f) - centos
esbbcall(9f) - xfree86
Similar Topics in the Unix Linux Community
How to restrict user to a specific directory in solaris 10
Grant unprivileged user rights to see the output of echo|format but not modify disks
Cut command on RHEL 6.8 compatibility issues
SOCKS proxy & PAM configuration exposure
Docker learning Phase-I