// nblrsc.h
BOOLEAN NET_BUFFER_LIST_IS_TCP_RSC_SET(
[in] NET_BUFFER_LIST const *Nbl
);
View the official Windows Driver Kit DDI referenceNo description available.
The NET_BUFFER_LIST_IS_TCP_RSC_SET function returns whether receive segment coalescing (RSC) is set for a NET_BUFFER_LIST structure.
Nbl [in]A pointer to a NET_BUFFER_LIST structure.
Returns a non-zero value if RSC is enabled for this NET_BUFFER_LIST.