eth_skb_pad — Pad buffer to mininum number of octets for Ethernet frame
int eth_skb_pad (
)
skb
Buffer to pad
An Ethernet frame should have a minimum size of 60 bytes. This function takes short frames and pads them with zeros up to the 60 byte limit.