Searched refs:RecycleContext (Results 1 – 1 of 1) sorted by relevance
718 IPSEC_RECYCLE_CONTEXT *RecycleContext; in IpSecRecycleCallback() local720 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() local1419 RecycleContext = NULL; in IpSecEspInboundPacket()1567 RecycleContext = AllocateZeroPool (sizeof (IPSEC_RECYCLE_CONTEXT)); in IpSecEspInboundPacket()[all …]