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

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Ip4Dxe/
H A DIp4Input.c510 IP4_IPSEC_WRAP *IpSecWrap; local
517 IpSecWrap = NULL;
640 IpSecWrap = AllocateZeroPool (sizeof (IP4_IPSEC_WRAP));
642 if (IpSecWrap == NULL) {
648 IpSecWrap->IpSecRecycleSignal = RecycleEvent;
649 IpSecWrap->Packet = Packet;
656 IpSecWrap
660 Packet = IpSecWrap->Packet;
662 FreePool (IpSecWrap);
674 IP4_GET_CLIP_INFO (IpSecWrap
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Ip6Dxe/
H A DIp6Input.c521 IP6_IPSEC_WRAP *IpSecWrap; local
530 IpSecWrap = NULL;
660 IpSecWrap = AllocateZeroPool (sizeof (IP6_IPSEC_WRAP));
662 if (IpSecWrap == NULL) {
668 IpSecWrap->IpSecRecycleSignal = RecycleEvent;
669 IpSecWrap->Packet = Packet;
676 IpSecWrap
680 Packet = IpSecWrap->Packet;
682 FreePool (IpSecWrap);
712 IP6_GET_CLIP_INFO (IpSecWrap
[all...]

Completed in 376 milliseconds