// ndis.h
void NdisFreeToNPagedLookasideList(
_L,
_E
);
View the official Windows Driver Kit DDI referenceNo description available.
The NdisFreeToNPagedLookasideList function returns an entry to the given lookaside list.
_LA pointer to the head of the lookaside list to which the entry will be returned.
_EA pointer to the entry to be freed.
If the lookaside list has not reached the system-determined maximum number of entries, Entry is inserted at the front of the lookaside list. If the list has reached its maximum size, Entry is released to nonpaged pool. That is, NdisFreeToNPagedLookasideList either calls the driver's Free function, specified in the Free parameter if the driver provided one to the NdisInitializeNPagedLookasideList function, or it frees the given entry itself.
NdisAllocateFromNPagedLookasideList
NdisInitializeNPagedLookasideList