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

NAME

6       skb_put - add data to a buffer
7

SYNOPSIS

9       void * skb_put(struct sk_buff * skb, unsigned int len);
10

ARGUMENTS

12       skb
13           buffer to use
14
15       len
16           amount of data to add
17

DESCRIPTION

19       This function extends the used data area of the buffer. If this would
20       exceed the total buffer size the kernel will panic. A pointer to the
21       first byte of the extra data is returned.
22
24Kernel Hackers Manual 3.10         June 2019                        SKB_PUT(9)
Impressum