Query: skb_linearize_cow
OS: suse
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
SKB_LINEARIZE_COW(9) Linux Networking SKB_LINEARIZE_COW(9)NAMEskb_linearize_cow - make sure skb is linear and writableSYNOPSISint skb_linearize_cow(struct sk_buff * skb);ARGUMENTSskb buffer to processDESCRIPTIONIf there is no free memory -ENOMEM is returned, otherwise zero is returned and the old skb data released.COPYRIGHTKernel Hackers Manual 2.6. July 2010 SKB_LINEARIZE_COW(9)