swh:1:snp:c3bf2749e3476071fa748f67b0ffa2fdc5fe49d9
Raw File
ipcomp.h
#ifndef _NET_IPCOMP_H
#define _NET_IPCOMP_H

#define IPCOMP_SCRATCH_SIZE     65400

struct ipcomp_data {
	u16 threshold;
	struct crypto_tfm **tfms;
};

#endif
back to top