NET_BUFFER_LIST_IS_TCP_RSC_SET function (ndis.h/nblrsc.h)
The NET_BUFFER_LIST_IS_TCP_RSC_SET function returns whether receive segment coalescing (RSC) is set for a NET_BUFFER_LIST structure.
Syntax
BOOLEAN NET_BUFFER_LIST_IS_TCP_RSC_SET(
[in] NET_BUFFER_LIST const *Nbl
);
Parameters
[in] Nbl
A pointer to a NET_BUFFER_LIST structure.
Return value
Returns a non-zero value if RSC is enabled for this NET_BUFFER_LIST.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 11, version 24H2 |
Header | ndis.h/nblrsc.h (include ndis.h) |