Home | History | Annotate | Download | only in IpSecDxe

Lines Matching refs:Entry

37   LIST_ENTRY              *Entry;

41 Entry = NULL;
48 NET_LIST_FOR_EACH_SAFE (Entry, Next, &IkeSaSession->ChildSaEstablishSessionList) {
49 SaSession= IKEV2_CHILD_SA_SESSION_BY_IKE_SA (Entry);
58 NET_LIST_FOR_EACH_SAFE (Entry, Next, &IkeSaSession->ChildSaSessionList) {
59 SaSession= IKEV2_CHILD_SA_SESSION_BY_IKE_SA (Entry);
273 Find SPD entry by a specified SPD selector.
277 @retval Point to SPD Entry if the SPD entry found.
288 LIST_ENTRY *Entry;
292 NET_LIST_FOR_EACH (Entry, SpdList) {
293 SpdEntry = IPSEC_SPD_ENTRY_FROM_LIST (Entry);
296 // Find the required SPD entry