NET_BUFFER_LIST_IS_URO_SET macro (ndis/nbluro.h)

The NET_BUFFER_LIST_IS_URO_SET macro returns whether the UDP Receive Segment Coalescing Offload (URO) offload information is set for a NET_BUFFER_LIST structure.

Syntax

void NET_BUFFER_LIST_IS_URO_SET(
   _NBL
);

Parameters

_NBL

A pointer to a NET_BUFFER_LIST structure.

Return value

Returns a non-zero value if the URO feature is enabled for this NET_BUFFER_LIST.

Requirements

Requirement Value
Minimum supported client Windows 11, version 24H2
Header ndis/nbluro.h (include ndis.h)

See also

NET_BUFFER_LIST

UDP Receive Segment Coalescing Offload (URO)