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

NAME

6       skb_linearize_cow - make sure skb is linear and writable
7

SYNOPSIS

9       int skb_linearize_cow(struct sk_buff * skb);
10

ARGUMENTS

12       skb
13           buffer to process
14

DESCRIPTION

16       If there is no free memory -ENOMEM is returned, otherwise zero is
17       returned and the old skb data released.
18
20Kernel Hackers Manual 3.10         June 2019              SKB_LINEARIZE_COW(9)
Impressum