table of contents
other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
SKB_CLONED(9) | Linux Networking | SKB_CLONED(9) |
NAME¶
skb_cloned - is the buffer a cloneSYNOPSIS¶
int
skb_cloned(const struct sk_buff * skb);
ARGUMENTS¶
skbbuffer 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¶
February 2017 | Kernel Hackers Manual 3.16 |