NET_BUFFER_LIST_IS_USO_SET - NtDoc

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

BOOLEAN NET_BUFFER_LIST_IS_USO_SET(
  [in] NET_BUFFER_LIST const *Nbl
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-nbluso-net_buffer_list_is_uso_set)

Description

The NET_BUFFER_LIST_IS_USO_SET function returns whether the UDP Segment Offload (USO) offload information is set for a NET_BUFFER_LIST structure.

Parameters

Nbl [in]

A pointer to a NET_BUFFER_LIST structure.

Return value

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

Remarks

See also

NET_BUFFER_LIST

UDP Segment Offload (USO)