Searched refs:mIpSecInstance (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/IpSecDxe/
H A DIpSecDriver.c262 This is a callback function when the mIpSecInstance.DisabledEvent is signaled.
343 &mIpSecInstance.DisabledEvent
352 CopyMem (&Private->IpSec, &mIpSecInstance, sizeof (EFI_IPSEC2_PROTOCOL));
413 gBS->CloseEvent (mIpSecInstance.DisabledEvent);
414 mIpSecInstance.DisabledEvent = NULL;
H A DIpSecMain.c19 EFI_IPSEC2_PROTOCOL mIpSecInstance = { IpSecProcess, NULL, TRUE }; variable
H A DIpSecImpl.h383 extern EFI_IPSEC2_PROTOCOL mIpSecInstance;

Completed in 41 milliseconds