Home
last modified time | relevance | path

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

/linux-5.10/net/xfrm/
Dxfrm_ipcomp.c42 int dlen = IPCOMP_SCRATCH_SIZE; in ipcomp_decompress()
138 int dlen = IPCOMP_SCRATCH_SIZE; in ipcomp_compress()
234 scratch = vmalloc_node(IPCOMP_SCRATCH_SIZE, cpu_to_node(i)); in ipcomp_alloc_scratches()
/linux-5.10/include/net/
Dipcomp.h7 #define IPCOMP_SCRATCH_SIZE 65400 macro