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

/linux-4.4.14/drivers/net/ppp/
H A Dppp_deflate.c41 static void z_comp_free(void *state);
60 * z_comp_free - free the memory used by a compressor
63 static void z_comp_free(void *arg) z_comp_free() function
121 z_comp_free(state); z_comp_alloc()
578 .comp_free = z_comp_free,
596 .comp_free = z_comp_free,

Completed in 70 milliseconds