#include <linux/module.h>
#include <linux/slab.h>
#include <linux/types.h>
#include <linux/string.h>
#include <linux/errno.h>
#include <linux/kernel.h>
#include <net/slhc_vj.h>
Go to the source code of this file.
|
int | slhc_toss (struct slcompress *comp) |
|
int | slhc_uncompress (struct slcompress *comp, unsigned char *icp, int isize) |
|
int | slhc_compress (struct slcompress *comp, unsigned char *icp, int isize, unsigned char *ocp, unsigned char **cpp, int compress_cid) |
|
int | slhc_remember (struct slcompress *comp, unsigned char *icp, int isize) |
|
void | slhc_free (struct slcompress *comp) |
|
struct slcompress * | slhc_init (int rslots, int tslots) |
|
| EXPORT_SYMBOL (slhc_init) |
|
| EXPORT_SYMBOL (slhc_free) |
|
| EXPORT_SYMBOL (slhc_remember) |
|
| EXPORT_SYMBOL (slhc_compress) |
|
| EXPORT_SYMBOL (slhc_uncompress) |
|
| EXPORT_SYMBOL (slhc_toss) |
|
| MODULE_LICENSE ("Dual BSD/GPL") |
|
MODULE_LICENSE |
( |
"Dual BSD/GPL" |
| ) |
|