// nbluro.h
void NET_BUFFER_LIST_IS_URO_SET(
_NBL
);
View the official Windows Driver Kit DDI referenceNo description available.
The NET_BUFFER_LIST_IS_URO_SET macro returns whether the UDP Receive Segment Coalescing Offload (URO) offload information is set for a NET_BUFFER_LIST structure.
_NBLA pointer to a NET_BUFFER_LIST structure.
Returns a non-zero value if the URO feature is enabled for this NET_BUFFER_LIST.
UDP Receive Segment Coalescing Offload (URO)