NET_BUFFER_LIST_UDP_COALESCED_SEG_COUNT macro (ndis/nbluro.h)
The NET_BUFFER_LIST_UDP_COALESCED_SEG_COUNT macro returns the number of segments that were coalesced into a NET_BUFFER_LIST structure.
Syntax
void NET_BUFFER_LIST_UDP_COALESCED_SEG_COUNT(
_NBL
);
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.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 11, version 24H2 |
Header | ndis/nbluro.h (include ndis.h) |