Query: skb_cow
OS: suse
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
SKB_COW(9) Linux Networking SKB_COW(9)NAMEskb_cow - copy header of skb when it is requiredSYNOPSISint skb_cow(struct sk_buff * skb, unsigned int headroom);ARGUMENTSskb buffer to cow headroom needed headroomDESCRIPTIONIf the skb passed lacks sufficient headroom or its data part is shared, data is reallocated. If reallocation fails, an error is returned and original skb is not changed. The result is skb with writable area skb->head...skb->tail and at least headroom of space at head.COPYRIGHTKernel Hackers Manual 2.6. July 2010 SKB_COW(9)