NDIS_UDP_RSC_OFFLOAD - NtDoc

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

typedef struct _NDIS_UDP_RSC_OFFLOAD {
  BOOLEAN Enabled;
} NDIS_UDP_RSC_OFFLOAD;

View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-nbluro-ndis_udp_rsc_offload)

Description

The NDIS_UDP_RSC_OFFLOAD structure contains the offload support state for UDP Receive Segment Coalescing Offload (URO).

Members

Enabled

A BOOLEAN value that specifies whether UDP RSC offload is enabled.

Remarks

A miniport driver advertises support for URO in the UdpRsc member of the NDIS_OFFLOAD structure that it passes to the NdisMSetMiniportAttributes function.

To determine if a miniport driver supports URO, NDIS drivers and other applications can query the OID_TCP_OFFLOAD_HARDWARE_CAPABILITIES OID which returns the NDIS_OFFLOAD structure.

See also

UDP Receive Segment Coalescing Offload (URO)

NDIS_OFFLOAD

OID_TCP_OFFLOAD_HARDWARE_CAPABILITIES

NdisMSetMiniportAttributes