1SKB_MORPH(9)                   Linux Networking                   SKB_MORPH(9)
2
3
4

NAME

6       skb_morph - morph one skb into another
7

SYNOPSIS

9       struct sk_buff * skb_morph(struct sk_buff * dst, struct sk_buff * src);
10

ARGUMENTS

12       dst
13           the skb to receive the contents
14
15       src
16           the skb to supply the contents
17

DESCRIPTION

19       This is identical to skb_clone except that the target skb is supplied
20       by the user.
21
22       The target skb is returned upon exit.
23
25Kernel Hackers Manual 2.6.         June 2019                      SKB_MORPH(9)
Impressum