]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blame - include/net/ipcomp.h
Linux-2.6.12-rc2
[mirror_ubuntu-artful-kernel.git] / include / net / ipcomp.h
CommitLineData
1da177e4
LT
1#ifndef _NET_IPCOMP_H
2#define _NET_IPCOMP_H
3
4#define IPCOMP_SCRATCH_SIZE 65400
5
6struct ipcomp_data {
7 u16 threshold;
8 struct crypto_tfm **tfms;
9};
10
11#endif