1SKB_LINEARIZE_COW(9) Linux Networking SKB_LINEARIZE_COW(9)
23
4
NAME
6skb_linearize_cow - make sure skb is linear and writable
7
SYNOPSIS
9int skb_linearize_cow(struct sk_buff * skb);
10
ARGUMENTS
12skb
13buffer to process
14
DESCRIPTION
16If there is no free memory -ENOMEM is returned, otherwise zero is
17returned and the old skb data released.
18
COPYRIGHT
20Kernel Hackers Manual 3.10 June 2019 SKB_LINEARIZE_COW(9)