Searched refs:BySessionTable (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/IpSecDxe/Ikev2/
H A DIkev2.h30 #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 member in struct:__anon12530
H A DExchange.c599 if ((&IkeSaSession->BySessionTable)->ForwardLink != NULL &&
600 !IsListEmpty (&IkeSaSession->BySessionTable
602 RemoveEntryList (&IkeSaSession->BySessionTable);
H A DInfo.c290 RemoveEntryList (&IkeSaSession->BySessionTable);
H A DUtility.c252 InsertTailList (SaSessionList, &IkeSaSession->BySessionTable);
H A DPayload.c3124 RemoveEntryList (&IkeSaSession->BySessionTable);

Completed in 68 milliseconds