Query: skb_morph
OS: suse
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
SKB_MORPH(9) Linux Networking SKB_MORPH(9)NAMEskb_morph - morph one skb into anotherSYNOPSISstruct sk_buff * skb_morph(struct sk_buff * dst, struct sk_buff * src);ARGUMENTSdst the skb to receive the contents src the skb to supply the contentsDESCRIPTIONThis is identical to skb_clone except that the target skb is supplied by the user. The target skb is returned upon exit.COPYRIGHTKernel Hackers Manual 2.6. July 2010 SKB_MORPH(9)