Searched refs:InsertBefore (Results 1 - 3 of 3) 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...]
H A DIpSecConfigImpl.h834 @param[in] InsertBefore Pointer to one entry selector which describes the expected
835 position the new data entry will be added. If InsertBefore is NULL,
852 IN EFI_IPSEC_CONFIG_SELECTOR *InsertBefore OPTIONAL
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DIpSecConfig.h629 @param[in] InsertBefore Pointer to one entry selector which describes the expected
630 position the new data entry will be added. If InsertBefore is NULL,
647 IN EFI_IPSEC_CONFIG_SELECTOR *InsertBefore OPTIONAL

Completed in 168 milliseconds