Home
last modified time | relevance | path

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

/linux-6.1.9/net/xfrm/
Dxfrm_ipcomp.c42 int dlen = IPCOMP_SCRATCH_SIZE; in ipcomp_decompress()
129 int dlen = IPCOMP_SCRATCH_SIZE; in ipcomp_compress()
226 scratch = vmalloc_node(IPCOMP_SCRATCH_SIZE, cpu_to_node(i)); in ipcomp_alloc_scratches()
/linux-6.1.9/include/net/
Dipcomp.h8 #define IPCOMP_SCRATCH_SIZE 65400 macro