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

NAME

6       skb_pad - zero pad the tail of an skb
7

SYNOPSIS

9       int skb_pad(struct sk_buff * skb, int pad);
10

ARGUMENTS

12       skb
13           buffer to pad
14
15       pad
16           space to pad
17

DESCRIPTION

19       Ensure that a buffer is followed by a padding area that is zero filled.
20       Used by network drivers which may DMA or transfer data beyond the
21       buffer end onto the wire.
22
23       May return error in out of memory cases. The skb is freed on error.
24
26Kernel Hackers Manual 3.10         June 2019                        SKB_PAD(9)
Impressum