1SKB_CLONED(9) Linux Networking SKB_CLONED(9)
23
4
NAME
6skb_cloned - is the buffer a clone
7
SYNOPSIS
9int skb_cloned(const struct sk_buff * skb);
10
ARGUMENTS
12skb
13buffer to check
14
DESCRIPTION
16Returns true if the buffer was generated with skb_clone and is one of
17multiple shared copies of the buffer. Cloned buffers are shared data so
18must not be written to under normal circumstances.
19
COPYRIGHT
21Kernel Hackers Manual 2.6. November 2011 SKB_CLONED(9)