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

NAME

6       skb_push - add data to the start of a buffer
7

SYNOPSIS

9       void * skb_push(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 at the buffer
20       start. If this would exceed the total buffer headroom the kernel will
21       panic. A pointer to the first byte of the extra data is returned.
22
24Kernel Hackers Manual 3.10         June 2019                       SKB_PUSH(9)
Impressum