Home
last modified time | relevance | path

Searched refs:BySessionTable (Results 1 – 6 of 6) sorted by relevance

/device/linaro/bootloader/edk2/NetworkPkg/IpSecDxe/Ikev2/
DIkev2.h30 #define IKEV2_SA_SESSION_BY_SESSION(a) CR (a, IKEV2_SA_SESSION, BySessionTable, IKEV2_SA_SES…
187 LIST_ENTRY BySessionTable; // Use for all IkeSaSession Links member
DExchange.c606 if ((&IkeSaSession->BySessionTable)->ForwardLink != NULL && in Ikev2HandleSa()
607 !IsListEmpty (&IkeSaSession->BySessionTable in Ikev2HandleSa()
609 RemoveEntryList (&IkeSaSession->BySessionTable); in Ikev2HandleSa()
DInfo.c298 RemoveEntryList (&IkeSaSession->BySessionTable); in Ikev2InfoParser()
DUtility.c255 InsertTailList (SaSessionList, &IkeSaSession->BySessionTable); in Ikev2SaSessionInsert()
DPayload.c3216 RemoveEntryList (&IkeSaSession->BySessionTable); in Ikev2OnPacketSent()
/device/linaro/bootloader/edk2/NetworkPkg/IpSecDxe/
DIpSecDriver.c206 RemoveEntryList (&Ikev2SaSession->BySessionTable); in IpSecStop()
217 RemoveEntryList (&Ikev2SaSession->BySessionTable); in IpSecStop()