1SKB_CLONED(9)                  Linux Networking                  SKB_CLONED(9)
2
3
4

NAME

6       skb_cloned - is the buffer a clone
7

SYNOPSIS

9       int skb_cloned(const struct sk_buff * skb);
10

ARGUMENTS

12       skb
13           buffer to check
14

DESCRIPTION

16       Returns true if the buffer was generated with skb_clone and is one of
17       multiple shared copies of the buffer. Cloned buffers are shared data so
18       must not be written to under normal circumstances.
19
21Kernel Hackers Manual 3.10         June 2019                     SKB_CLONED(9)
Impressum