OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SaSession
(Results
1 - 2
of
2
) sorted by null
/device/linaro/bootloader/edk2/NetworkPkg/IpSecDxe/
IkeCommon.c
39
IKEV2_CHILD_SA_SESSION *
SaSession
;
43
SaSession
= NULL;
49
SaSession
= IKEV2_CHILD_SA_SESSION_BY_IKE_SA (Entry);
50
if (
SaSession
->LocalPeerSpi == SpiValue) {
59
SaSession
= IKEV2_CHILD_SA_SESSION_BY_IKE_SA (Entry);
60
if (
SaSession
->LocalPeerSpi == SpiValue) {
/device/linaro/bootloader/edk2/NetworkPkg/IpSecDxe/Ikev2/
Exchange.c
173
IKEV2_SA_SESSION *
SaSession
;
179
SaSession
= (IKEV2_SA_SESSION*) IkeSaSession;
180
UdpService =
SaSession
->SessionCommon.UdpService;
192
ChildSaSession = Ikev2ChildSaSessionAlloc (UdpService,
SaSession
);
246
Ikev2ChildSaSessionInsert (&
SaSession
->ChildSaSessionList, ChildSaSession);
Completed in 95 milliseconds