1ETH_SKB_PAD(9) Network device support ETH_SKB_PAD(9)
23
4
NAME
6eth_skb_pad - Pad buffer to mininum number of octets for Ethernet frame
7
SYNOPSIS
9int eth_skb_pad(struct sk_buff * skb);
10
ARGUMENTS
12skb
13Buffer to pad
14
DESCRIPTION
16An Ethernet frame should have a minimum size of 60 bytes. This function
17takes short frames and pads them with zeros up to the 60 byte limit.
18
COPYRIGHT
20Kernel Hackers Manual 2.6. June 2019 ETH_SKB_PAD(9)