NET_BUFFER_LIST_COALESCED_SEG_COUNT - NtDoc

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

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

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-nblrsc-net_buffer_list_coalesced_seg_count)

NET_BUFFER_LIST_COALESCED_SEG_COUNT macro

Description

The NET_BUFFER_LIST_COALESCED_SEG_COUNT is a macro that NDIS drivers use to get and set the number of coalesced segments in a NET_BUFFER_LIST structure.

Parameters

_NBL

A pointer to a NET_BUFFER_LIST structure.

Return value

NET_BUFFER_LIST_COALESCED_SEG_COUNT returns the CoalescedSegCount member of the NDIS_RSC_NBL_INFO union that is associated with the TcpRecvSegCoalesceInfo identifier. The information is retrieved from the NetBufferListInfo member of the indicated NET_BUFFER_LIST structure.

Remarks

This macro uses the NET_BUFFER_LIST_INFO macro to access the TcpRecvSegCoalesceInfo information.

See also

NET_BUFFER_LIST

NDIS_RSC_NBL_INFO

NET_BUFFER_LIST_INFO