suse man page for skb_cloned

Query: skb_cloned

OS: suse

Section: 9

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

SKB_CLONED(9)							 Linux Networking						     SKB_CLONED(9)

NAME
skb_cloned - is the buffer a clone
SYNOPSIS
int skb_cloned(const struct sk_buff * skb);
ARGUMENTS
skb buffer to check
DESCRIPTION
Returns true if the buffer was generated with skb_clone and is one of multiple shared copies of the buffer. Cloned buffers are shared data so must not be written to under normal circumstances.
COPYRIGHT
Kernel Hackers Manual 2.6. July 2010 SKB_CLONED(9)
Related Man Pages
struct_sk_buff(9) - centos
usb_alloc_coherent(9) - centos
__skb_recv_datagram(9) - suse
journal_get_undo_access(9) - suse
journal_try_to_free_buffers(9) - suse
Similar Topics in the Unix Linux Community
How to restrict user to a specific directory in solaris 10
Change directory error
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