Home | History | Annotate | Download | only in IpSecDxe

Lines Matching defs:InsertBefore

1034   EFI_IPSEC_SPD_SELECTOR  *InsertBefore;

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
1255 EFI_IPSEC_SA_ID *InsertBefore;
1261 InsertBefore = (Context == NULL) ? NULL : &((EFI_IPSEC_CONFIG_SELECTOR *) Context)->SaId;
1304 // Search the appointed entry position if InsertBefore is not NULL.
1306 if (InsertBefore != NULL) {
1313 (EFI_IPSEC_CONFIG_SELECTOR *) InsertBefore
1489 EFI_IPSEC_PAD_ID *InsertBefore;
1495 InsertBefore = (Context == NULL) ? NULL : &((EFI_IPSEC_CONFIG_SELECTOR *) Context)->PadId;
1529 // Search the appointed entry position if InsertBefore is not NULL.
1531 if (InsertBefore != NULL) {
1538 (EFI_IPSEC_CONFIG_SELECTOR *) InsertBefore
2469 @param[in] InsertBefore Pointer to one entry selector which describes the expected
2470 position the new data entry will be added. If InsertBefore is NULL,
2487 IN EFI_IPSEC_CONFIG_SELECTOR *InsertBefore OPTIONAL
2500 Status = mSetPolicyEntry[DataType](Selector, Data, InsertBefore);