Convert paged skb to linear one
int skb_linearize(struct sk_buff * skb);
skb
buffer to linarize
If there is no free memory -ENOMEM is returned, otherwise zero is returned and the old skb data released.