X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvnet%2Fipsec%2Fipsec.h;fp=src%2Fvnet%2Fipsec%2Fipsec.h;h=c4f5326c96211c7190e72cddde054b1354d81850;hb=0464310fd3d4234e5b0aaf730360a1db2b5f7384;hp=58b0ffc93f92ce62dd51b9e6faf310d7dabd9bc7;hpb=fc20c8e50f2784ad62b97bdb0094605d2b86f596;p=vpp.git diff --git a/src/vnet/ipsec/ipsec.h b/src/vnet/ipsec/ipsec.h index 58b0ffc93f9..c4f5326c962 100644 --- a/src/vnet/ipsec/ipsec.h +++ b/src/vnet/ipsec/ipsec.h @@ -144,6 +144,10 @@ typedef struct /* pool of policies */ ipsec_policy_t *policies; + u32 fp_spd_is_enabled; + ipsec_fp_mask_type_entry_t *fp_mask_types; + u32 fp_lookup_hash_buckets; /* number of buckets should be power of two */ + /* hash tables of UDP port registrations */ uword *udp_port_registrations;