[NETFILTER]: nf_conntrack_netlink: sync expectation dumping with conntrack table...
[deliverable/linux.git] / include / net / ipcomp.h
1 #ifndef _NET_IPCOMP_H
2 #define _NET_IPCOMP_H
3
4 #include <linux/crypto.h>
5 #include <linux/types.h>
6
7 #define IPCOMP_SCRATCH_SIZE 65400
8
9 struct ipcomp_data {
10 u16 threshold;
11 struct crypto_comp **tfms;
12 };
13
14 #endif
This page took 0.062054 seconds and 5 git commands to generate.