skb_share_check(9) suse man page | unix.com

Man Page: skb_share_check

Operating Environment: suse

Section: 9

SKB_SHARE_CHECK(9)						 Linux Networking						SKB_SHARE_CHECK(9)

NAME
skb_share_check - check if buffer is shared and if so clone it
SYNOPSIS
struct sk_buff * skb_share_check(struct sk_buff * skb, gfp_t pri);
ARGUMENTS
skb buffer to check pri priority for memory allocation
DESCRIPTION
If the buffer is shared the buffer is cloned and the old copy drops a reference. A new clone with a single reference is returned. If the buffer is not shared the original buffer is returned. When being called from interrupt status or with spinlocks held pri must be GFP_ATOMIC. NULL is returned on a memory allocation failure.
COPYRIGHT
Kernel Hackers Manual 2.6. July 2010 SKB_SHARE_CHECK(9)
Related Man Pages
wimax_msg_alloc(9) - centos
struct_sk_buff(9) - suse
esbbcall(9f) - osx
esbbcall(9f) - linux
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
A (ksh) Library For and From UNIX.com
Docker learning Phase-I