]> git.proxmox.com Git - mirror_edk2.git/blobdiff - NetworkPkg/IpSecDxe/IpSecImpl.h
MdeModulePkg: Update the default size of MNP TX buffer pool.
[mirror_edk2.git] / NetworkPkg / IpSecDxe / IpSecImpl.h
index ff7a189395b1ed4bd7f2dfeb6eadf8db85ae0646..89597bdc807b2cc6316cc18a3bbf8628285959e1 100644 (file)
@@ -76,6 +76,7 @@ typedef struct _EFI_ESP_TAIL {
 struct _IPSEC_SPD_DATA {\r
   CHAR16                    Name[100];\r
   UINT32                    PackageFlag;\r
+  EFI_IPSEC_TRAFFIC_DIR     TrafficDirection;\r
   EFI_IPSEC_ACTION          Action;\r
   EFI_IPSEC_PROCESS_POLICY  *ProcessingPolicy;\r
   LIST_ENTRY                Sas;\r
@@ -124,9 +125,9 @@ typedef struct _IPSEC_RECYCLE_CONTEXT {
 //\r
 // Struct used to store the Hash and its data.\r
 //\r
-typedef struct {
-  UINTN DataSize;
-  UINT8 *Data;
+typedef struct {\r
+  UINTN DataSize;\r
+  UINT8 *Data;\r
 } HASH_DATA_FRAGMENT;\r
 \r
 struct _IPSEC_PRIVATE_DATA {\r