table of contents
other versions
SKB_LINEARIZE(9) | Linux Networking | SKB_LINEARIZE(9) |
NAME¶
skb_linearize - convert paged skb to linear oneSYNOPSIS¶
int skb_linearize(struct sk_buff * skb);
ARGUMENTS¶
struct sk_buff * skbbuffer to linarize
DESCRIPTION¶
If there is no free memory -ENOMEM is returned, otherwise zero is returned and the old skb data released.COPYRIGHT¶
September 2017 | Kernel Hackers Manual 4.12 |