1ETH_GET_HEADLEN(9)          Network device support          ETH_GET_HEADLEN(9)
2
3
4

NAME

6       eth_get_headlen - determine the the length of header for an ethernet
7       frame
8

SYNOPSIS

10       u32 eth_get_headlen(void * data, unsigned int len);
11

ARGUMENTS

13       data
14           pointer to start of frame
15
16       len
17           total length of frame
18

DESCRIPTION

20       Make a best effort attempt to pull the length for all of the headers
21       for a given frame in a linear buffer.
22
24Kernel Hackers Manual 3.10         June 2019                ETH_GET_HEADLEN(9)
Impressum