table of contents
other versions
- stretch 4.9.168-1
SKB_LINEARIZE_COW(9) | Linux Networking | SKB_LINEARIZE_COW(9) |
NAME¶
skb_linearize_cow - make sure skb is linear and writableSYNOPSIS¶
int skb_linearize_cow(struct sk_buff * skb);
ARGUMENTS¶
skbbuffer to process
DESCRIPTION¶
If there is no free memory -ENOMEM is returned, otherwise zero is returned and the old skb data released.COPYRIGHT¶
April 2019 | Kernel Hackers Manual 4.9. |