skb_cloned(9) centos man page | unix.com

Man Page: skb_cloned

Operating Environment: centos

Section: 9

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
wimax_msg_alloc(9) - suse
__skb_recv_datagram(9) - centos
ieee80211_get_buffered_bc(9) - centos
journal_get_undo_access(9) - centos
usb_alloc_coherent(9) - centos
Similar Topics in the Unix Linux Community
How to increment version inside a file?
CentOS7 restoring file capabilities
Unsure why access time on a directory change isn't changing
CentOS 6 ran out of space, need to reclaim it
[TIP] Processing YAML files with yq