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

  /device/linaro/bootloader/edk2/NetworkPkg/IpSecDxe/Ikev2/
Exchange.c 246 Ikev2ChildSaSessionInsert (&SaSession->ChildSaSessionList, ChildSaSession);
490 if (IkeSaCommon->State == IkeStateAuth && IsListEmpty(&IkeSaSession->ChildSaSessionList)) {
494 ASSERT (IsListEmpty (&IkeSaSession->ChildSaSessionList) &&
514 if (IkeSaCommon->State == IkeStateAuth && IsListEmpty(&IkeSaSession->ChildSaSessionList)) {
518 ASSERT (IsListEmpty (&IkeSaSession->ChildSaSessionList) &&
570 // Remove the Established Child SA Session from the IkeSaSession->ChildSaSessionList
574 ChildSaSession = IKEV2_CHILD_SA_SESSION_BY_IKE_SA (IkeSaSession->ChildSaSessionList.BackLink);
576 &IkeSaSession->ChildSaSessionList,
Ikev2.h 178 LIST_ENTRY ChildSaSessionList;
Utility.c 102 InitializeListHead (&IkeSaSession->ChildSaSessionList);
395 // Delete ChildSaSessionList
397 for ( Entry = IkeSaSession->ChildSaSessionList.ForwardLink;
398 Entry != &IkeSaSession->ChildSaSessionList;
682 This functin find a ChildSA session by searching the ChildSaSessionlist of
    [all...]
Sa.c 438 ChildSaSession = IKEV2_CHILD_SA_SESSION_BY_IKE_SA (GetFirstNode (&IkeSaSession->ChildSaSessionList));
618 ChildSaSession = IKEV2_CHILD_SA_SESSION_BY_IKE_SA (GetFirstNode (&IkeSaSession->ChildSaSessionList));
922 ChildSaSession = IKEV2_CHILD_SA_SESSION_BY_IKE_SA (GetFirstNode (&IkeSaSession->ChildSaSessionList));
    [all...]

Completed in 51 milliseconds