SKB_LINEARIZE

Section: Linux Networking (9)
Updated: February 2011
Index Return to Main Contents
 

NAME

skb_linearize - convert paged skb to linear one  

SYNOPSIS

int skb_linearize(struct sk_buff * skb);
 

ARGUMENTS

skb

buffer to linarize
 

DESCRIPTION

If there is no free memory -ENOMEM is returned, otherwise zero is returned and the old skb data released.  

COPYRIGHT