Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at 1810b6cb162e0c19e0ecbbacbcfd66f578f335ec 11 lines 159 B view raw
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