FwpsFreeNetBufferList0 - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// fwpsk.h

void FwpsFreeNetBufferList0(
  [in, out] NET_BUFFER_LIST *netBufferList
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-fwpsk-fwpsfreenetbufferlist0)

FwpsFreeNetBufferList0 function

Description

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.

Parameters

netBufferList [in, out]

A pointer to the NET_BUFFER_LIST structure that is being freed.

Remarks

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.

See also

FwpsAllocateNetBufferAndNetBufferList0

NET_BUFFER_LIST