Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/NetworkPkg/IpSecDxe/
DIpSecDriver.c564 &mIpSecInstance.DisabledEvent in IpSecDriverEntryPoint()
573 CopyMem (&Private->IpSec, &mIpSecInstance, sizeof (EFI_IPSEC2_PROTOCOL)); in IpSecDriverEntryPoint()
658 gBS->CloseEvent (mIpSecInstance.DisabledEvent); in IpSecDriverEntryPoint()
659 mIpSecInstance.DisabledEvent = NULL; in IpSecDriverEntryPoint()
DIpSecMain.c19 EFI_IPSEC2_PROTOCOL mIpSecInstance = { IpSecProcess, NULL, TRUE }; variable
DIpSecImpl.h384 extern EFI_IPSEC2_PROTOCOL mIpSecInstance;