HomeSort by relevance Sort by last modified time
    Searched refs:IpSecRecycleSignal (Results 1 - 6 of 6) sorted by null

  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Ip4Dxe/
Ip4Impl.h 96 EFI_EVENT IpSecRecycleSignal;
105 /// the IP4_IPSEC_WRAP will be released, and the IpSecRecycleSignal will be signaled
109 EFI_EVENT IpSecRecycleSignal;
Ip4Input.c 460 if (Wrap->IpSecRecycleSignal != NULL) {
461 gBS->SignalEvent (Wrap->IpSecRecycleSignal);
620 TxWrap->IpSecRecycleSignal = RecycleEvent;
655 IpSecWrap->IpSecRecycleSignal = RecycleEvent;
    [all...]
Ip4Impl.c     [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/Ip6Dxe/
Ip6Impl.h 107 EFI_EVENT IpSecRecycleSignal;
114 EFI_EVENT IpSecRecycleSignal;
    [all...]
Ip6Input.c 468 if (Wrap->IpSecRecycleSignal != NULL) {
469 gBS->SignalEvent (Wrap->IpSecRecycleSignal);
640 TxWrap->IpSecRecycleSignal = RecycleEvent;
674 IpSecWrap->IpSecRecycleSignal = RecycleEvent;
    [all...]