Linux Kernel
3.7.1
|
Ethernet minimal (egress) packet metadata. More...
#include <netio_intf.h>
Data Fields | |
unsigned short | l2_offset |
unsigned short | l3_offset |
unsigned char | csum_location |
unsigned char | csum_start |
unsigned short | flags |
unsigned short | l2_length |
unsigned short | csum_seed |
unsigned short | csum_length |
Ethernet minimal (egress) packet metadata.
This structure represents information about packets which have been processed by netio_populate_buffer() or netio_populate_prepend_buffer(). This structure is opaque and accessed through the egress.
Definition at line 384 of file netio_intf.h.
unsigned short csum_length |
How much to checksum.
Definition at line 405 of file netio_intf.h.
unsigned char csum_location |
Where to write the checksum.
Definition at line 395 of file netio_intf.h.
unsigned short csum_seed |
The checksum with which to seed the checksum generator.
Definition at line 403 of file netio_intf.h.
unsigned char csum_start |
Where to start checksumming from.
Definition at line 397 of file netio_intf.h.
unsigned short flags |
Flags pertaining to checksum calculation etc.
Definition at line 399 of file netio_intf.h.
unsigned short l2_length |
Definition at line 401 of file netio_intf.h.
unsigned short l2_offset |
unsigned short l3_offset |