Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/NetworkPkg/IpSecDxe/Ikev2/
DIkev2.h148 IKE_PACKET *LastSentPacket; member
DUtility.c322 if (SessionCommon->LastSentPacket != NULL) { in Ikev2SaSessionCommonFree()
323 IkePacketFree (SessionCommon->LastSentPacket); in Ikev2SaSessionCommonFree()
351 if (SessionCommon->LastSentPacket != NULL) { in Ikev2SessionCommonRefresh()
352 IkePacketFree (SessionCommon->LastSentPacket); in Ikev2SessionCommonRefresh()
353 SessionCommon->LastSentPacket = NULL; in Ikev2SessionCommonRefresh()
1723 SessionCommon->LastSentPacket, in Ikev2ResendNotify()
DPayload.c3204 if (IkePacket != Common->LastSentPacket && Common->LastSentPacket != NULL) { in Ikev2SendIkePacket()
3205 IkePacketFree (Common->LastSentPacket); in Ikev2SendIkePacket()
3208 Common->LastSentPacket = IkePacket; in Ikev2SendIkePacket()