1SKB_CLONE_WRITABLE(9) Linux Networking SKB_CLONE_WRITABLE(9)
23
4
NAME
6skb_clone_writable - is the header of a clone writable
7
SYNOPSIS
9int skb_clone_writable(struct sk_buff * skb, unsigned int len);
10
ARGUMENTS
12skb
13buffer to check
1415
len
16length up to which to write
17
DESCRIPTION
19Returns true if modifying the header part of the cloned buffer does not
20requires the data to be copied.
21
COPYRIGHT
23Kernel Hackers Manual 2.6. June 2019 SKB_CLONE_WRITABLE(9)