Searched defs:InsertBefore (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/IpSecDxe/
H A DIpSecConfigImpl.c1034 EFI_IPSEC_SPD_SELECTOR *InsertBefore; local
1049 InsertBefore = (Context == NULL) ? NULL : &((EFI_IPSEC_CONFIG_SELECTOR *) Context)->SpdSelector;
1120 // Search the appointed entry position if InsertBefore is not NULL.
1122 if (InsertBefore != NULL) {
1129 (EFI_IPSEC_CONFIG_SELECTOR *) InsertBefore
1256 EFI_IPSEC_SA_ID *InsertBefore; local
1262 InsertBefore = (Context == NULL) ? NULL : &((EFI_IPSEC_CONFIG_SELECTOR *) Context)->SaId;
1305 // Search the appointed entry position if InsertBefore is not NULL.
1307 if (InsertBefore != NULL) {
1314 (EFI_IPSEC_CONFIG_SELECTOR *) InsertBefore
1490 EFI_IPSEC_PAD_ID *InsertBefore; local
[all...]

Completed in 36 milliseconds