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

  /device/linaro/bootloader/edk2/NetworkPkg/IpSecDxe/Ikev2/
Ikev2.h 30 #define IKEV2_SA_SESSION_BY_SESSION(a) CR (a, IKEV2_SA_SESSION, BySessionTable, IKEV2_SA_SESSION_SIGNATURE)
187 LIST_ENTRY BySessionTable; // Use for all IkeSaSession Links
Exchange.c 598 if ((&IkeSaSession->BySessionTable)->ForwardLink != NULL &&
599 !IsListEmpty (&IkeSaSession->BySessionTable
601 RemoveEntryList (&IkeSaSession->BySessionTable);
Info.c 289 RemoveEntryList (&IkeSaSession->BySessionTable);
Utility.c 253 InsertTailList (SaSessionList, &IkeSaSession->BySessionTable);
    [all...]
Payload.c     [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/IpSecDxe/
IpSecDriver.c 206 RemoveEntryList (&Ikev2SaSession->BySessionTable);
217 RemoveEntryList (&Ikev2SaSession->BySessionTable);

Completed in 659 milliseconds