// fwpsk.h
void FwpsFreeNetBufferList0(
[in, out] NET_BUFFER_LIST *netBufferList
);
View the official Windows Driver Kit DDI referenceNo description available.
The FwpsFreeNetBufferList0 function frees a NET_BUFFER_LIST structure that was previously allocated by a call to the FwpsAllocateNetBufferAndNetBufferList0 function.
Note FwpsFreeNetBufferList0 is a specific version of FwpsFreeNetBufferList. See WFP Version-Independent Names and Targeting Specific Versions of Windows for more information.
netBufferList [in, out]A pointer to the NET_BUFFER_LIST structure that is being freed.
A callout driver calls the FwpsFreeNetBufferList0 function to free a NET_BUFFER_LIST structure that was previously allocated by a call to the FwpsAllocateNetBufferAndNetBufferList0 function.
FwpsAllocateNetBufferAndNetBufferList0