Home
last modified time | relevance | path

Searched refs:IPCOMP_SCRATCH_SIZE (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/include/net/
Dipcomp.h6 #define IPCOMP_SCRATCH_SIZE 65400 macro
/linux-4.4.14/net/xfrm/
Dxfrm_ipcomp.c46 int dlen = IPCOMP_SCRATCH_SIZE; in ipcomp_decompress()
142 int dlen = IPCOMP_SCRATCH_SIZE; in ipcomp_compress()
238 scratch = vmalloc_node(IPCOMP_SCRATCH_SIZE, cpu_to_node(i)); in ipcomp_alloc_scratches()