centos man page for skb_cloned

Query: skb_cloned

OS: centos

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 3.10 June 2014 SKB_CLONED(9)
Related Man Pages
ll_rw_block(9) - suse
wimax_msg_alloc(9) - suse
struct_sk_buff(9) - centos
usb_alloc_coherent(9) - centos
glgenbuffers(3g) - centos
Similar Topics in the Unix Linux Community
Set hard block limit for user using quota
How to increment version inside a file?
Unsure why access time on a directory change isn't changing
Controlling user input
Please Welcome Dave Munro to the Moderator Team!