examples/ipsec-secgw: support security offload
[dpdk.git] / examples / ipsec-secgw / esp.h
index fa5cc8a..23601e3 100644 (file)
 
 struct mbuf;
 
-/* RFC4303 */
-struct esp_hdr {
-       uint32_t spi;
-       uint32_t seq;
-       /* Payload */
-       /* Padding */
-       /* Pad Length */
-       /* Next Header */
-       /* Integrity Check Value - ICV */
-};
 
 int
 esp_inbound(struct rte_mbuf *m, struct ipsec_sa *sa,