|
Linux Kernel
3.7.1
|
#include <linux/module.h>#include <linux/slab.h>#include <linux/vmalloc.h>#include <linux/init.h>#include <linux/string.h>#include <linux/ppp_defs.h>#include <linux/ppp-comp.h>#include <linux/zlib.h>#include <asm/unaligned.h>Go to the source code of this file.
Data Structures | |
| struct | ppp_deflate_state |
Macros | |
| #define | DEFLATE_OVHD 2 /* Deflate overhead/packet */ |
Functions | |
| int | ppp_register_compressor (struct compressor *cp) |
| void | ppp_unregister_compressor (struct compressor *cp) |
| module_init (deflate_init) | |
| module_exit (deflate_cleanup) | |
| MODULE_LICENSE ("Dual BSD/GPL") | |
| MODULE_ALIAS ("ppp-compress-"__stringify(CI_DEFLATE)) | |
| MODULE_ALIAS ("ppp-compress-"__stringify(CI_DEFLATE_DRAFT)) | |
| #define DEFLATE_OVHD 2 /* Deflate overhead/packet */ |
Definition at line 37 of file ppp_deflate.c.
| MODULE_ALIAS | ( | "ppp-compress-" | __stringifyCI_DEFLATE | ) |
| MODULE_ALIAS | ( | "ppp-compress-" | __stringifyCI_DEFLATE_DRAFT | ) |
| module_exit | ( | deflate_cleanup | ) |
| module_init | ( | deflate_init | ) |
| MODULE_LICENSE | ( | "Dual BSD/GPL" | ) |
| int ppp_register_compressor | ( | struct compressor * | cp | ) |
Definition at line 2548 of file ppp_generic.c.
| void ppp_unregister_compressor | ( | struct compressor * | cp | ) |
Definition at line 2570 of file ppp_generic.c.
1.8.2