Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Functions
ppp_deflate.c File Reference
#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))
 

Macro Definition Documentation

#define DEFLATE_OVHD   2 /* Deflate overhead/packet */

Definition at line 37 of file ppp_deflate.c.

Function Documentation

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.