table of contents
other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
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¶
skbbuffer to linarize
DESCRIPTION¶
If there is no free memory -ENOMEM is returned, otherwise zero is returned and the old skb data released.COPYRIGHT¶
February 2017 | Kernel Hackers Manual 3.16 |