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

NAME

6       skb_clone_writable - is the header of a clone writable
7

SYNOPSIS

9       int skb_clone_writable(const struct sk_buff * skb, unsigned int len);
10

ARGUMENTS

12       skb
13           buffer to check
14
15       len
16           length up to which to write
17

DESCRIPTION

19       Returns true if modifying the header part of the cloned buffer does not
20       requires the data to be copied.
21
23Kernel Hackers Manual 3.10         June 2019             SKB_CLONE_WRITABLE(9)
Impressum