Searched refs:z_decomp_free (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/drivers/net/ppp/
H A Dppp_deflate.c42 static void z_decomp_free(void *state);
277 * z_decomp_free - Free the memory used by a decompressor.
280 static void z_decomp_free(void *arg) z_decomp_free() function
335 z_decomp_free(state); z_decomp_alloc()
584 .decomp_free = z_decomp_free,
602 .decomp_free = z_decomp_free,

Completed in 90 milliseconds