Merge tag 'xfs-for-linus-v3.13-rc1-2' of git://oss.sgi.com/xfs/xfs
[firefly-linux-kernel-4.4.55.git] / include / net / esp.h
index 1356dda00d22f9cd3fad3ea0eb625b667f76c017..a43be85aedc44594265695e98452ae491b852d83 100644 (file)
@@ -3,18 +3,6 @@
 
 #include <linux/skbuff.h>
 
-struct crypto_aead;
-
-struct esp_data {
-       /* 0..255 */
-       int padlen;
-
-       /* Confidentiality & Integrity */
-       struct crypto_aead *aead;
-};
-
-void *pskb_put(struct sk_buff *skb, struct sk_buff *tail, int len);
-
 struct ip_esp_hdr;
 
 static inline struct ip_esp_hdr *ip_esp_hdr(const struct sk_buff *skb)