// nblrsc.h
void NET_BUFFER_LIST_COALESCED_SEG_COUNT(
_NBL
);
View the official Windows Driver Kit DDI referenceNo description available.
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.
_NBLA pointer to a NET_BUFFER_LIST structure.
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.
This macro uses the NET_BUFFER_LIST_INFO macro to access the TcpRecvSegCoalesceInfo information.