Searched refs:RecycleContext (Results 1 - 1 of 1) sorted by relevance

/device/linaro/bootloader/edk2/NetworkPkg/IpSecDxe/
H A DIpSecImpl.c718 IPSEC_RECYCLE_CONTEXT *RecycleContext; local
720 RecycleContext = (IPSEC_RECYCLE_CONTEXT *) Context;
722 if (RecycleContext->FragmentTable != NULL) {
723 FreePool (RecycleContext->FragmentTable);
726 if (RecycleContext->PayloadBuffer != NULL) {
727 FreePool (RecycleContext->PayloadBuffer);
730 FreePool (RecycleContext);
1404 IPSEC_RECYCLE_CONTEXT *RecycleContext; local
1412 RecycleContext = NULL;
1560 RecycleContext
1703 IPSEC_RECYCLE_CONTEXT *RecycleContext; local
[all...]

Completed in 26 milliseconds