HomeSort by relevance Sort by last modified time
    Searched refs:ChildSaSessionList (Results 1 - 5 of 5) 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) &&
518 if (IkeSaCommon->State == IkeStateAuth && IsListEmpty(&IkeSaSession->ChildSaSessionList)) {
522 ASSERT (IsListEmpty (&IkeSaSession->ChildSaSessionList) &&
578 // Remove the Established Child SA Session from the IkeSaSession->ChildSaSessionList
582 ChildSaSession = IKEV2_CHILD_SA_SESSION_BY_IKE_SA (IkeSaSession->ChildSaSessionList.BackLink);
584 &IkeSaSession->ChildSaSessionList,
Ikev2.h 178 LIST_ENTRY ChildSaSessionList;
Utility.c 104 InitializeListHead (&IkeSaSession->ChildSaSessionList);
397 // Delete ChildSaSessionList
399 for ( Entry = IkeSaSession->ChildSaSessionList.ForwardLink;
400 Entry != &IkeSaSession->ChildSaSessionList;
693 This functin find a ChildSA session by searching the ChildSaSessionlist of
    [all...]
Sa.c 445 ChildSaSession = IKEV2_CHILD_SA_SESSION_BY_IKE_SA (GetFirstNode (&IkeSaSession->ChildSaSessionList));
690 ChildSaSession = IKEV2_CHILD_SA_SESSION_BY_IKE_SA (GetFirstNode (&IkeSaSession->ChildSaSessionList));
1001 ChildSaSession = IKEV2_CHILD_SA_SESSION_BY_IKE_SA (GetFirstNode (&IkeSaSession->ChildSaSessionList));
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/IpSecDxe/
IkeCommon.c 56 // Check whether the SPI value has existed in ChildSaSessionList.
58 NET_LIST_FOR_EACH_SAFE (Entry, Next, &IkeSaSession->ChildSaSessionList) {

Completed in 64 milliseconds