OFFLOAD_STATE_HEADER - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// ndischimney.h

typedef struct _OFFLOAD_STATE_HEADER {
  ULONG Length;
  ULONG RecognizedOptions;
} OFFLOAD_STATE_HEADER, *POFFLOAD_STATE_HEADER;

View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-ndischimney-_offload_state_header)

_OFFLOAD_STATE_HEADER structure

Description

[The TCP chimney offload feature is deprecated and should not be used.]

The OFFLOAD_STATE_HEADER structure serves as a header in an offload state structure.

Members

Length

The total size, in bytes, of the offload state structure that includes the OFFLOAD_STATE_HEADER member. This size includes the size of the OFFLOAD_STATE_HEADER member and the other members of the offload state structure.

RecognizedOptions

Reserved.

Remarks

The following offload state structures include an OFFLOAD_STATE_HEADER structure:

NEIGHBOR_OFFLOAD_STATE_CONST

NEIGHBOR_OFFLOAD_STATE_CACHED

NEIGHBOR_OFFLOAD_STATE_DELEGATED

PATH_OFFLOAD_STATE_CONST

PATH_OFFLOAD_STATE_CACHED

PATH_OFFLOAD_STATE_DELEGATED

TCP_OFFLOAD_STATE_CONST

TCP_OFFLOAD_STATE_CACHED

TCP_OFFLOAD_STATE_DELEGATED