Home
last modified time | relevance | path

Searched refs:SadEntry (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/NetworkPkg/IpSecDxe/
DIpSecConfigImpl.c1043 IPSEC_SAD_ENTRY *SadEntry; in SetSpdEntry() local
1103 SadEntry = IPSEC_SAD_ENTRY_FROM_SPD (Entry2); in SetSpdEntry()
1104 SadEntry->Data->SpdEntry = NULL; in SetSpdEntry()
1195 SadEntry = IPSEC_SAD_ENTRY_FROM_LIST (Entry); in SetSpdEntry()
1201 (EFI_IPSEC_CONFIG_SELECTOR *) SadEntry->Id in SetSpdEntry()
1203 if (SadEntry->Data->SpdEntry != NULL) { in SetSpdEntry()
1204 RemoveEntryList (&SadEntry->BySpd); in SetSpdEntry()
1206 InsertTailList (&SpdEntry->Data->Sas, &SadEntry->BySpd); in SetSpdEntry()
1207 SadEntry->Data->SpdEntry = SpdEntry; in SetSpdEntry()
1247 IPSEC_SAD_ENTRY *SadEntry; in SetSadEntry() local
[all …]
DIpSecImpl.c332 IPSEC_SAD_ENTRY *SadEntry; in IpSecLookupSadBySpd() local
336 SadEntry = IPSEC_SAD_ENTRY_FROM_SPD (Entry); in IpSecLookupSadBySpd()
343 SadEntry->Data->SpdSelector->RemoteAddress, in IpSecLookupSadBySpd()
344 SadEntry->Data->SpdSelector->RemoteAddressCount in IpSecLookupSadBySpd()
346 return SadEntry; in IpSecLookupSadBySpd()
372 IPSEC_SAD_ENTRY *SadEntry; in IpSecLookupSadBySpi() local
378 SadEntry = IPSEC_SAD_ENTRY_FROM_LIST (Entry); in IpSecLookupSadBySpi()
383 if (SadEntry->Id->Spi == Spi) { in IpSecLookupSadBySpi()
384 if (SadEntry->Data->Mode == EfiIPsecTunnel) { in IpSecLookupSadBySpi()
387 &SadEntry->Data->TunnelDestAddress, in IpSecLookupSadBySpi()
[all …]
DIpSecMain.c64 IPSEC_SAD_ENTRY *SadEntry; in IpSecProcess() local
173 &SadEntry in IpSecProcess()
176 if (SadEntry != NULL) { in IpSecProcess()
188 SadEntry, in IpSecProcess()
211 &SadEntry in IpSecProcess()
213 if (SadEntry == NULL) { in IpSecProcess()
DIpSecImpl.h222 IN IPSEC_SAD_ENTRY *SadEntry,
322 OUT IPSEC_SAD_ENTRY **SadEntry