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

NAME

6       skb_linearize - convert paged skb to linear one
7

SYNOPSIS

9       int skb_linearize(struct sk_buff * skb);
10

ARGUMENTS

12       skb
13           buffer to linarize
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(9)
Impressum