NET_BUFFER_LIST_UDP_COALESCED_SEG_COUNT - NtDoc

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

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

NtDoc

No description available.

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

Description

The NET_BUFFER_LIST_UDP_COALESCED_SEG_COUNT macro returns the number of segments that were coalesced into a NET_BUFFER_LIST structure.

Parameters

_NBL

A pointer to a NET_BUFFER_LIST structure.

Return value

NET_BUFFER_LIST_UDP_COALESCED_SEG_COUNT returns the SegCount member of the NDIS_UDP_RSC_OFFLOAD_NET_BUFFER_LIST_INFO structure that is associated with the UdpRecvSegCoalesceOffloadInfo identifier. The information is retrieved from the NetBufferListInfo member of the indicated NET_BUFFER_LIST structure.

Remarks

See also

NET_BUFFER_LIST

NDIS_UDP_RSC_OFFLOAD_NET_BUFFER_LIST_INFO

UDP Receive Segment Coalescing Offload (URO)