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

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Ip4Dxe/
H A DIp4Impl.h84 EFI_EVENT IpSecRecycleSignal; member in struct:__anon11221
93 /// the IP4_IPSEC_WRAP will be released, and the IpSecRecycleSignal will be signaled
97 EFI_EVENT IpSecRecycleSignal; member in struct:__anon11222
H A DIp4Input.c458 if (Wrap->IpSecRecycleSignal != NULL) {
459 gBS->SignalEvent (Wrap->IpSecRecycleSignal);
613 TxWrap->IpSecRecycleSignal = RecycleEvent;
648 IpSecWrap->IpSecRecycleSignal = RecycleEvent;
H A DIp4Impl.c1774 if (Wrap->IpSecRecycleSignal != NULL) {
1775 gBS->SignalEvent (Wrap->IpSecRecycleSignal);
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Ip6Dxe/
H A DIp6Impl.h106 EFI_EVENT IpSecRecycleSignal; member in struct:__anon12495
113 EFI_EVENT IpSecRecycleSignal; member in struct:__anon12496
H A DIp6Input.c467 if (Wrap->IpSecRecycleSignal != NULL) {
468 gBS->SignalEvent (Wrap->IpSecRecycleSignal);
634 TxWrap->IpSecRecycleSignal = RecycleEvent;
668 IpSecWrap->IpSecRecycleSignal = RecycleEvent;
H A DIp6Impl.c1139 if (Wrap->IpSecRecycleSignal != NULL) {
1140 gBS->SignalEvent (Wrap->IpSecRecycleSignal);

Completed in 92 milliseconds