1SKB_MORPH(9) Linux Networking SKB_MORPH(9)
23
4
NAME
6skb_morph - morph one skb into another
7
SYNOPSIS
9struct sk_buff * skb_morph(struct sk_buff * dst, struct sk_buff * src);
10
ARGUMENTS
12dst
13the skb to receive the contents
1415
src
16the skb to supply the contents
17
DESCRIPTION
19This is identical to skb_clone except that the target skb is supplied
20by the user.
2122
The target skb is returned upon exit.
23
COPYRIGHT
25Kernel Hackers Manual 2.6. November 2011 SKB_MORPH(9)