// nbluro.h
void NET_BUFFER_LIST_UDP_COALESCED_SEG_COUNT(
_NBL
);
View the official Windows Driver Kit DDI referenceNo description available.
The NET_BUFFER_LIST_UDP_COALESCED_SEG_COUNT macro returns the number of segments that were coalesced into a NET_BUFFER_LIST structure.
_NBLA pointer to a NET_BUFFER_LIST structure.
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.
NDIS_UDP_RSC_OFFLOAD_NET_BUFFER_LIST_INFO
UDP Receive Segment Coalescing Offload (URO)