NetOffloadIsRxChecksumUdpEnabled - NtDoc

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

BOOLEAN NetOffloadIsRxChecksumUdpEnabled(
  [_In_] NETOFFLOAD Offload
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-netadapteroffload-netoffloadisrxchecksumudpenabled)

NetOffloadIsRxChecksumUdpEnabled function

Description

The NetOffloadIsRxChecksumUdpEnabled function determines whether a net adapter has Rx UDP checksum offload enabled.

Parameters

Offload [_In_]

A NETOFFLOAD object that represents the net adapter's Rx checksum capabilities.

Return value

Returns TRUE if Rx UDP checksum offload is enabled. Otherwise, returns FALSE.

Remarks

Client drivers typically call this function during their EvtNetAdapterOffloadSetRxChecksum callback to test whether an updated set of active Rx checksum capabilities includes Rx UDP checksum offload.

See also

Checksum Offload

EVT_NET_ADAPTER_OFFLOAD_SET_RX_CHECKSUM