Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/NetworkPkg/IpSecDxe/
DIpSecImpl.c718 IPSEC_RECYCLE_CONTEXT *RecycleContext; in IpSecRecycleCallback() local
720 RecycleContext = (IPSEC_RECYCLE_CONTEXT *) Context; in IpSecRecycleCallback()
722 if (RecycleContext->FragmentTable != NULL) { in IpSecRecycleCallback()
723 FreePool (RecycleContext->FragmentTable); in IpSecRecycleCallback()
726 if (RecycleContext->PayloadBuffer != NULL) { in IpSecRecycleCallback()
727 FreePool (RecycleContext->PayloadBuffer); in IpSecRecycleCallback()
730 FreePool (RecycleContext); in IpSecRecycleCallback()
1411 IPSEC_RECYCLE_CONTEXT *RecycleContext; in IpSecEspInboundPacket() local
1419 RecycleContext = NULL; in IpSecEspInboundPacket()
1567 RecycleContext = AllocateZeroPool (sizeof (IPSEC_RECYCLE_CONTEXT)); in IpSecEspInboundPacket()
[all …]