NET_BUFFER_LIST_IS_URO_SET - NtDoc

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

void NET_BUFFER_LIST_IS_URO_SET(
  _NBL
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-nbluro-net_buffer_list_is_uro_set)

Description

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.

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.

Remarks

See also

NET_BUFFER_LIST

UDP Receive Segment Coalescing Offload (URO)